Replace pyOpenSSL With ssl Module

This commit is contained in:
Narbeh
2018-04-18 14:11:46 +04:30
parent 026c7cd3b8
commit 5e154d8914
2 changed files with 23 additions and 34 deletions
-6
View File
@@ -5,12 +5,6 @@
It's a simple script running in python that collects SSL information then it returns the group of information in JSON.
# Requirements
You only need to installl pyOpenSSL:
`pip install pyopenssl`
# Usage
`python ssl_checker.py host1[:port] [host2:port] [host3:port]...`