
Qualys SSL Labs Scanning Tool.
Simple script to scan one or several websites using the SSL Labs Scan API
Main Menu:
(1) Single-site scan
(2) Multi-site scan from list
(3) Exit
with menu:
+ SSLv2
+ SSLv3
+ TLSv1.0
+ TLSv1.1
+ TLSv1.2
+ TLS Fallback SCSV implemented
+ Uses Forward Secrecy
+ Vulnerable to POODLE (SSLv3) attack
+ Vulnerable to POODLE (TLS) attack
+ Vulnerable to FREAK attack
+ Vulnerable to Logjam attack
+ Vulnerable to CRIME attack
usage:
1 2 |
git clone https://github.com/kcoddington/ssl-labs-scanner && cd ssl-labs-scanner python ssl-labs-scan-27.py |
Source : https://github.com/kcoddington