Skip to content

Python script that includes recommendations based on the vulnerabilities detected by Nikto, Nmap, SQLMap, Owasp Zap and Gobuster

License

Notifications You must be signed in to change notification settings

ne4tron/Ne4_web_vuln_scanner

Repository files navigation

Ne4 Web Vulnerability Scanner

This tool automates web app penetration testing using:

  • Nikto – web server vulnerabilities
  • Nmap – port scanning & service detection
  • SQLMap – SQL injection detection
  • Gobuster – directory brute-forcing
  • OWASP ZAP – full security scan (via zap-cli)
  • PDF/HTML Report – with recommendations

Usage

python3 scanner.py --url http://example.com --output scan_report --format pdf

clone tool:
git clone https://github.com/NE4TRON/ai_web_vuln_scanner.git 
cd ai_web_vuln_scanner

About

Python script that includes recommendations based on the vulnerabilities detected by Nikto, Nmap, SQLMap, Owasp Zap and Gobuster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages