Skip to content

This tool uses the Qualys SSL Labs APIs to test multiple sites.

License

Notifications You must be signed in to change notification settings

apslsistemas/ssllabs-scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssllabs-scan

Introduction

This tool provides a commmand line interface for Qualys SSL Labs APIs to test multiple sites. Currently it can be used to test the SSL/TLS Protocols supported. It can also be used to tests for Ciphers supported. Multiple hostnames can be passed using a file. Note: The project uses some reference from ssllabsscanner project (author Jonathan C Trull).

Getting Started

Checkout the project and start using it.

Prerequisites

Python ~2.7

Usage

python SSLScanner.py [options]

Options Description
-f, --urlfile File that contains list of host names or IP address
-p, --protocol Test for SSL or TLS Protocols supported
-c, --cipher Test for Ciphers supported
-o,--outputfile File that contains the result of the test

Example

python SSLScanner.py -f hostURL.info -p -c

Getting Help

contact Arunkumar Sadasivan [email protected]

Contributing

  1. Fork it
  2. Commit your changes
  3. Push to the branch
  4. Create new Pull Request

Issues

To report issues, bugs and enhancements requests, use the issue tracker.

About

This tool uses the Qualys SSL Labs APIs to test multiple sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%