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
Audit your iOS or Android apps for OWASP Mobile Top 10 and other vulnerabilities:
Test application from market:
./iwtools.py mobile "https://play.google.com/store/apps/details/?id=com.example.app"
Test hosted application:
./iwtools.py mobile "https://example.com/app.apk"
Upload and test application:
./iwtools.py mobile "/home/user/app.apk"
Get raw API response in JSON format:
./iwtools.py mobile --format raw_json "/home/user/app.apk"
Check other command line options here.