Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 616 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 616 Bytes

SSL-Analyser

SSL-Analyser is used to analyse SSL certificates and vulnerabilities. It depends on the populer tool sslyze.

Usage

You can provide the output of the given command to sslyze-parser

python3 sslyze_parser.py -f input_file -o output_file

This will create a csv file output_file.json including detailed information with the given domain(s). Input file should be a txt file containing domain, IP pairs.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.