SSL Security Test

  • Web Server SSL Test
  • SSL Certificate Test
  • Email Server SSL Test
  • PCI DSS, HIPAA & NIST Test
Free online tool to test SSL security
134,442,525SSL security tests performed

Command Line Toolkit

Simple CLI interface to leverage ImmuniWeb® Community Edition free tools in CI/CD pipelines and DevOps.

Install

Download utilities from GitHub or use git:

git clone "https://github.com/immuniweb/iwtools.git" && cd iwtools/iwtools

Install third-party python libraries:

  • termcolor
  • colorama
  • requests

Usage

Test your servers for security and compliance with PCI DSS, HIPAA & NIST:

Start a new test or get the results from cache:
./iwtools.py ssl "example.com:443"
Force to use a specific IP address of the test's target:
./iwtools.py ssl --ip 8.8.8.8 "example.com:443"
Get raw API response in JSON format:
./iwtools.py ssl --format raw_json "example.com:443"
Force to refresh the test using an API key
./iwtools.py ssl --api-key ABCDE-12345-FGHIJ-67890 --refresh "example.com:443"

Check other command line options here.