Revert Back To pyOpenSSL Again!!!

This commit is contained in:
Narbeh
2018-04-18 16:32:41 +04:30
parent be0c23b481
commit 6a14ff3796
2 changed files with 44 additions and 24 deletions
+9 -3
View File
@@ -1,17 +1,23 @@
# SSL Checker
#### Simple Python script that collects SSL information from hosts
# About
## About
It's a simple script running in python that collects SSL information then it returns the group of information in JSON.
# Usage
## Requirements
You only need to installl pyOpenSSL:
`pip install pyopenssl`
## Usage
`python ssl_checker.py host1[:port] [host2:port] [host3:port]...`
Port is optional here. The script will use 443 if not specified.
# Example
## Example
```bash
narbeh@narbeh-xps:~/ssl-checker$ python ssl_checker.py cisco.com archive.org ttttessssttt.com