Skip to content
forked from immuniweb/iwtools

ImmuniWeb® Community Edition CLI for CI/CD

License

Notifications You must be signed in to change notification settings

tanaakk/iwtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iwtools — ImmuniWeb® Community Edition CLI

iwtools logo

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

Prepare

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

Usage

Website Security Test

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

Main features:

  • GDPR & PCI DSS Test
  • Website CMS Security Test
  • CSP & HTTP Headers Check
  • WordPress & Drupal Scanning

Mobile App Security Test

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

Main features:

  • iOS/Android Security Test
  • OWASP Mobile Top 10 Test
  • Mobile App Privacy Check
  • Static & Dynamic Mobile Scan

Dark Web Exposure Test

Monitor and detect your Dark Web exposure, phishing and domain squatting:

./iwtools.py darkweb https://www.immuniweb.com

Main features:

  • Dark Web Exposure Monitoring
  • Phishing Detection and Monitoring
  • Domain Squatting Monitoring
  • Trademark Infringement Monitoring

SSL Security Test

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

Main features:

  • 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

About

ImmuniWeb® Community Edition CLI for CI/CD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%