This tool provides a commmand line interface for Qualys SSL Labs APIs to test multiple sites. Currently it can be used to test the SSL/TLS Protocols supported. It can also be used to tests for Ciphers supported. Multiple hostnames can be passed using a file. Note: The project uses some reference from ssllabsscanner project (author Jonathan C Trull).
Checkout the project and start using it.
Python ~2.7
python SSLScanner.py [options]
| Options | Description |
|---|---|
| -f, --urlfile | File that contains list of host names or IP address |
| -p, --protocol | Test for SSL or TLS Protocols supported |
| -c, --cipher | Test for Ciphers supported |
| -o,--outputfile | File that contains the result of the test |
Example
python SSLScanner.py -f hostURL.info -p -c
contact Arunkumar Sadasivan contact.arunsec@gmail.com
- Fork it
- Commit your changes
- Push to the branch
- Create new Pull Request
To report issues, bugs and enhancements requests, use the issue tracker.