especamilhal/vulnerability-scanner

GitHub: especamilhal/vulnerability-scanner

Stars: 0 | Forks: 0

# Vulnerability Scanner A Python-based web vulnerability scanner for educational purposes. ## Features - Security headers checker - Internal link crawler - Reflected XSS tester - Info leakage detection (WIP) - Findings report (WIP) ## Installation pip install -r requirements.txt ## Usage python main.py ## Disclaimer ⚠️ This tool is intended for educational purposes and authorized testing only. Do not use against systems you don't own or have explicit permission to test. ## MITRE ATT&CK - T1190 — Exploit Public-Facing Application ## OWASP - A03 — Injection (XSS) - A05 — Security Misconfiguration (Headers)