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
Monitor and detect your Dark Web exposure, phishing and domain squatting:
Start a new test or get the results from cache:
./iwtools.py darkweb "example.com:443"
Force to use a specific IP address of the test's target:
./iwtools.py darkweb --ip 8.8.8.8 "example.com:443"
Get raw API response in JSON format:
./iwtools.py darkweb --format raw_json "example.com:443"
Force to refresh the test using an API key
./iwtools.py darkweb --api-key ABCDE-12345-FGHIJ-67890 --refresh "example.com:443"
Check other command line options here.