Skip to content

A proof of concept perl script for scanning your TLS certificates

Notifications You must be signed in to change notification settings

nfcring/sslscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTHOR

Asbjorn Reglund Thorsen

Mail: [email protected]

Twitter: @fuzzerman

Blog: https://reglund.com

LICENSES

sslscan has no license :-) Enjoy!

SSLSCAN

A proof of concept perl script for scanning your TLS certificates.

  1. You need to change the hosts.txt, and add your own hosts. One on each line
  2. The hosts.txt needs to be in the same directory as the scanssl-beta.pl file
  3. You need to clone the ssllabs git repository before running this program: git clone https://github.com/ssllabs/ssllabs-scan.git
  4. You need to install the programming language go
  5. You need to install the following perl modules: JSON, Date::Parse, DateTime, File::Copy
  6. Run the program: perl scanssl-beta.pl and it should work!
  7. When all the hosts have been scanned, view your generated html file open it in a browser
  8. Remember that we work with two repositories to make this work. The one from SSLLABS which has a name ssllabs-scan, and my repository is named sslscan. This might be a bit confusing. The sslscan should be the folder from where you run the code. You will need to edit the scanssl-beta.pl to set the correct path to your ssllabs-scan directory.

Happy scanning!

About

A proof of concept perl script for scanning your TLS certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published