Skip to content

SSL vulnerability Scanner, this tools will allows you to check your SSL configuration regarding some norme such as PCI DSS v3.x with SSL

Notifications You must be signed in to change notification settings

fsclyde/ssl-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssl-Scanner

SSL / TLS domain list vulnerability Scanner. This module is a simple URL scanner which will use the SSL scanner to scan a specific list of domain URL and disclose the top of most vulnerable domain.

This module required to use the module SSL Scanner

USAGE

Please use python python27

First start with the SSL / TLS Scanner.

  pip install flask_restful_swagger flask_restful flask
  python server/app.py

The SSL Scanner will listen on: http://127.0.0.1:8080

Then, you can carry on with alldomainscanner, which contain the script which will scan the whole list of domain name and shows the results.

  pip install requests simplejson coffeescript
  cd alldomainscanner/
  python main.py

Edit the file config.py and add the absolute file path of the domain file that you want to use.

  vim alldomainscanner/config.py
  DOMAIN="[domain-file-path]"

Then use scanner.py to scanner your URL

  python scanner.py -s true/false

true: skipcache when it scans URL false: use last cached scan informations

alldomainscanner will perform the scan of the list of URL present within the file DOMAIN="[file]" by using the endpoint

amicompliant

Go to http://127.0.0.1:8081/reports

Some interesting links about SSL / TLS

Implementation

SSL/TLS Dashboard

About

SSL vulnerability Scanner, this tools will allows you to check your SSL configuration regarding some norme such as PCI DSS v3.x with SSL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published