GitHunt
SO

Soluto/test-ssl-cipher-suites

A ruby script that use NMap to test SSL cipher suites

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.

Languages

Ruby90.1%Shell9.9%

Contributors

MIT License
Created August 22, 2017
Updated December 9, 2025
Soluto/test-ssl-cipher-suites | GitHunt