Skip to content

ozzi-/consoleSSLlabs

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Qualys SSL Labs Checker

consoleSSLlabs enables you to run multiple Qualys SSL Labs scans in an automated manner. Next to the console output, a HTML report is generated as "results_date "+%Y-%m-%d_%H:%M:%S".html".

Usage

Run on any Unix system with CURL installed as such:

Usage: consoleSSLlabs.sh [OPTIONS]
  [OPTIONS]:
  -U URLS           Path to file containing the URLs to be scanned, use ; as delimiter (required)
  -O OUTPUT         Output file (HTML report) (default: results_%Y-%m-%d_%H:%M:%S.html)
  -V VERBOSE        Use verbose output

URL File

The url file must use the following format:

  • One line only
  • urls seperated by semicolon ;

Example: www.github.com;www.arstechnica.com;nvd.nist.gov;

Example Output

screenshot

HTML Report

screenshot