Skip to content

githubparser/heartbleedchecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

heartbleedchecker

  • Checks SSL 3, TLS 1.0,1.1.,1.2
  • STARTTLS for SMTP, FTP ports

Iterate through an input file that is a list of hostnames or IPs, and output whether or not they are vulnerable in a greppable format.

Script uses 443 by default, you can override for all targets, and you can specify per-line custom ports (mix n' match is OK).

Usage: ./ssltest.py inputfile [port]

Sample inputfile:

www.domain1.com
domain2.net
8.8.8.8
customport.domain3.org:8443

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%