diff --git a/README.md b/README.md index 5ef1ba629..f2803a8f6 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,23 @@ OWASP Nettacker is an open-source, Python-based automated penetration testing an ____________ Quick Setup & Run ============ +_____________ + +## Quick Start Example + +* Run a basic scan: + +python nettacker.py -i example.com + +* Run scan with specific module: + +python nettacker.py -i example.com -m port_scan + +* Run scan with verbose output: + +python nettacker.py -i example.com -v + +These examples help users quickly understand how to perform basic scans using OWASP Nettacker. ### CLI (Docker) ```bash diff --git a/nettacker/web/static/index.html b/nettacker/web/static/index.html index 7205802fd..4d7c897db 100644 --- a/nettacker/web/static/index.html +++ b/nettacker/web/static/index.html @@ -352,6 +352,7 @@