Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Jimvin/sslcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c3a3d2 · Feb 23, 2015

History

6 Commits
Jun 14, 2013
Feb 23, 2015
Jun 13, 2013
Jun 13, 2013
Jun 13, 2013
Jun 13, 2013
Jun 13, 2013

Repository files navigation

sslcheck

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

  1. date - date the SSL server was scanned
  2. host - hostname scanned
  3. address - IP address scanned
  4. port - the TCP port
  5. depth - depth in certificate validity chain
  6. subject - subject line of the SSL certificate
  7. start date - valid from date on certificate
  8. end date - valid until date on certificate
  9. fingerprint - certificate fingerprint

Additionally there are script from creating a table and loading this data into MySQL.

About

Perl script to scrape SSL certificate data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages