Skip to content

Run SSLScan against a large number of targets, saving the data into a reportable format.

License

Notifications You must be signed in to change notification settings

k0pak4/mass-sslscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

mass-sslscan

Mass SSL Scan is used to run SSLScan against a large number of targets, outputting it into a format that can be used in reporting. Read more about it here on the Raxis blog.

Installation

  1. Clone this repository.
  2. Install sslscan on your system.

Usage

Positional Arguments

filename

The output filename for the resulting data.

targets

A comma separated list of hosts and ports. If no port is given, port 443 is defaulted

Optional Arguments

format

Supported formats are csv. Defaults to csv.

Example Usage

python3 mass_sslscan.py internal_scan.csv 192.168.0.231,192.168.10.100:25 --format csv

Contributing

Contributions for the following features (or others!) are welcome through pull requests:

Future Features

  • Add support for more output file types (e.g. .doc, .xls)
  • Add check for TLS Fallback SCSV
  • Add check for TLS Compression
  • Add check for Heartbleed
  • Increased documentation surrounding example usage
  • Increase performance by further subprocessing or threading sslscan

About

Run SSLScan against a large number of targets, saving the data into a reportable format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages