0.0
No commit activity in last 3 years
No release in over 3 years
A tool to remotely scan for and investigate X.509 certificates used in SSL/TLS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Development

Runtime

 Project Readme

Build Status Gem Version

x509_sleuth

A tool to remotely scan for and investigate X.509 certificates used in SSL/TLS

Usage

Clone this repo and install the gem

cd x509_sleuth
bundle install
bundle exec rake install

Run the example script

cd examples
bundle install
bundle exec ./example.rb

You should see output similar to:

+----------------+--------------------------------------------------------------------+---------------------+-------------------------+-------------------------+
| host           | subject                                                            | serial              | not_before              | not_after               |
+----------------+--------------------------------------------------------------------+---------------------+-------------------------+-------------------------+
| www.google.com | /C=US/ST=California/L=Mountain View/O=Google Inc/CN=www.google.com | 5727081030881357105 | 2015-01-14 13:14:16 UTC | 2015-04-14 00:00:00 UTC |
+----------------+--------------------------------------------------------------------+---------------------+-------------------------+-------------------------+

Use the command line tool

x509_sleuth scan --target www.google.com

You should see output like the script example above.

Contributors