Simple CLI interface to leverage ImmuniWeb® Community Edition free tools in CI/CD pipelines and DevOps.
Create virtual enviroment and install dependencies. Python >= 3.6 required.
git clone https://github.com/immuniweb/iwtools.git
cd iwtools/iwtools
python3 -m venv env
source ./env/bin/activate
pip install -r requirements.txt
Check your website for GDPR and PCI DSS compliance, test CMS and CSP security, verify web server hardening and privacy:
./iwtools.py websec https://www.immuniweb.com
- GDPR & PCI DSS Test
- Website CMS Security Test
- CSP & HTTP Headers Check
- WordPress & Drupal Scanning
Audit your iOS or Android apps for OWASP Mobile Top 10 and other vulnerabilities:
Local mobile app check:
./iwtools.py mobile /home/user/myapp/build/myapp.apk
Remote mobile app check:
./iwtools.py mobile https://example.com/download/myapp.apk
Published mobile app check:
./iwtools.py mobile https://play.google.com/store/apps/details?id=com.app.my
- iOS/Android Security Test
- OWASP Mobile Top 10 Test
- Mobile App Privacy Check
- Static & Dynamic Mobile Scan
Monitor and detect your Dark Web exposure, phishing and domain squatting:
./iwtools.py darkweb https://www.immuniweb.com
- Dark Web Exposure Monitoring
- Phishing Detection and Monitoring
- Domain Squatting Monitoring
- Trademark Infringement Monitoring
Test your servers for security and compliance with PCI DSS, HIPAA & NIST:
Web Server check:
./iwtools.py ssl immuniweb.com
Mail Server check:
./iwtools.py ssl immuniweb.com:25
- Web Server SSL Test
- Email Server SSL Test
- SSL Certificate Test
- PCI DSS, HIPAA & NIST Test
Command line options: Wiki
Read more: ImmuniWeb® Community Edition
This software is provided "as is" without any warranty of any kind. By using this software you agree to the Terms of Service: https://www.immuniweb.com/pages/legal.html By using this software you accept the Privacy Policy: https://www.immuniweb.com/pages/privacy.html