SSLyze
Examples
SSLyze scan
sslyze --sslv2 --sslv3 --tlsv1 --tlsv1_1 --tlsv1_2 --tlsv1_3 --certinfo --reneg --http_get --hide_rejected_ciphers --compression --heartbleed --openssl_ccs --fallback --robot "$target" --json_out=- | tee sslyze.json
SSLyze
cat sslyze.json | reptor sslyze # Format
cat sslyze.json | reptor sslyze --upload # Format and upload as note
cat sslyze.json | reptor sslyze --push-findings # Create findings from scan results
Usage
usage: reptor sslyze [-h] [--parse | --format | --upload | --push-findings]
format sslyze JSON output
optional arguments:
-h, --help show this help message and exit
--parse
--format
--upload
--push-findings