Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Soluto/test-ssl-cipher-suites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Dockerhub pulls

Test TLS Cipher Suites

A small ruby script that use Nmap to test the TLS cipher suites used by a given host. Nmap can be used to query all the cipher suites in use (see OWASP testing guide for TLS cipher suites), and rank them. This script will run Nmap and process the output results - and will set the exit code to 1, if weak cipher suite (rank below A) found.

Usage

You can run the script using the Docker image, by running:

docker run omerl/test-ssl-cipher-suites ruby ./parse.rb hostname.

Releases

No releases published

Packages

No packages published