From 7158bbcd00abdb28fae3274f84f7f919881e18bd Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2026 17:14:02 +0530 Subject: [PATCH 1/3] Add quick start examples for CLI usage --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 5ef1ba629..8ce9ad82e 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,24 @@ 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 From c64b9a10ffb426bc3b4eb01f29b44343bfc74b29 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2026 17:31:27 +0530 Subject: [PATCH 2/3] Add quick start examples for CLI usage --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8ce9ad82e..f2803a8f6 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,6 @@ python nettacker.py -i example.com -m port_scan python nettacker.py -i example.com -v These examples help users quickly understand how to perform basic scans using OWASP Nettacker. - ### CLI (Docker) ```bash From b76ad7c8f72895ca17c19ddb9ce49a4b78d8575c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2026 22:15:56 +0530 Subject: [PATCH 3/3] Add heading to improve scan results readability in WebUI --- nettacker/web/static/index.html | 1 + 1 file changed, 1 insertion(+) 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 @@