Skip to content

CRYPTOlab/ruby-SSLscanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ruby-SSLscanner

A simple and easy to use SSL Cipher scanner

Usage: sslscanner.rb: [-s <server hostname/ip>] [-p <port>] [-d <debug>] [-c <certificate information>] [-o <output file>] [-t <output file type>]

Added the '-h' option to allow importing a hosts file, the host file should have a server:port for each line.

Usage

./sslscanner.rb -s google.com -p 443 -c

Output: alt text

TO-DO

  • More check for vulnerable cipher combinations
  • Checks for insecured TLS renogotiation
  • Checks for:
    • Heartbleed
    • Crime
  • Checks for weak certificate key algorithms
  • Option to import hosts from file
    • multithreading when scanning multiple hosts
  • Option to export data to file:
    • txt
    • pdf
    • html
    • csv
  • Some kind of a nice "loading bar" while results are geathred

Licensed under GPLv3

Special thanks to:

About

A simple and easy to use SSL Cipher scanner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%