Update README.md

This commit is contained in:
rotarydrone 2018-09-18 12:45:24 -04:00
parent 8080775e38
commit d1cb4d9971

View File

@ -17,14 +17,16 @@ You only need to installl pyOpenSSL:
``` ```
./ssl_checker.py -h ./ssl_checker.py -h
usage: ssl_checker.py -H [HOSTS [HOSTS ...]] [-s HOST:PORT] [-c FILENAME.CSV] usage: ssl_checker.py [-H [HOSTS [HOSTS ...]] | -f HOST_FILE] [-s HOST:PORT]
[-j] [-a] [-p] [-h] [-c FILENAME.CSV] [-j] [-a] [-p] [-h]
Collects useful information about given host's SSL certificates. Collects useful information about given host's SSL certificates.
optional arguments: optional arguments:
-H [HOSTS [HOSTS ...]], --host [HOSTS [HOSTS ...]] -H [HOSTS [HOSTS ...]], --host [HOSTS [HOSTS ...]]
Hosts as input separated by space Hosts as input separated by space
-f HOST_FILE, --host-file HOST_FILE
Hosts as input from file
-s HOST:PORT, --socks HOST:PORT -s HOST:PORT, --socks HOST:PORT
Enable SOCKS proxy for connection Enable SOCKS proxy for connection
-c FILENAME.CSV, --csv FILENAME.CSV -c FILENAME.CSV, --csv FILENAME.CSV
@ -39,6 +41,8 @@ optional arguments:
Port is optional here. The script will use 443 if not specified. Port is optional here. The script will use 443 if not specified.
`-f, --host-file` File containing hostnames for input
`-H, --host ` Enter the hosts separated by space `-H, --host ` Enter the hosts separated by space
`-s, --socks ` Enable connection through SOCKS server `-s, --socks ` Enable connection through SOCKS server