ruby-SSLscanner
A simple and easy to use SSL Cipher scannerUsage: sslscanner.rb: [-s <server hostname/ip>] [-p <port>] [-d <debug>] [-c <certificate information>] [-o <output file>] [-t <output file type>]
Download it here
Usage
./sslscanner.rb -s google.com -p 443 -cOutput:
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
- html
- csv
- Some kind of a nice "loading bar" while results are geathred
- Use OptionParser or Cli.k for command line options
No comments:
Post a Comment