Website Security Test

  • GDPR & PCI DSS Test
  • Website CMS Security Test
  • CSP & HTTP Headers Check
  • WordPress & Drupal Scanning
Free online tool to test website security
129,205,740websites tested for security

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

Check your website for GDPR and PCI DSS compliance, test CMS and CSP security, verify web server hardening and privacy:

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

Check other command line options here.