Perl script to scrape SSL certificate data from web sites. There are two scripts to gather the data:
- forked_ssl.pl - takes a list of domain names and checks the SSL certificate on and www.
- iprange_ssl.pl - takes a CIDR address range and scans it for SSL web servers
Output from both scripts is a tab-delimited list of values pertaining to any SSL certificates found. Below is a list of the fields
- date - date the SSL server was scanned
- host - hostname scanned
- address - IP address scanned
- port - the TCP port
- depth - depth in certificate validity chain
- subject - subject line of the SSL certificate
- start date - valid from date on certificate
- end date - valid until date on certificate
- fingerprint - certificate fingerprint
Additionally there are script from creating a table and loading this data into MySQL.