YASWANTHNASAKA/web-vulnerability-scanner
GitHub: YASWANTHNASAKA/web-vulnerability-scanner
Stars: 0 | Forks: 0
# 🛡️ Web Vulnerability Scanner
An automated web vulnerability scanner built in Python with a Flask web interface.
Detects SQL Injection and XSS vulnerabilities and displays results in a live dashboard.
## 🔥 Features
- Automated login (no manual session handling)
- SQL Injection detection (error-based)
- Cross-Site Scripting (XSS) detection
- Real-time progress bar
- Professional results dashboard
- One-click HTML report download
## 🛠️ Tech Stack
- Python 3
- Flask
- Requests
- BeautifulSoup4
- DVWA (test target)
- Docker
- AWS EC2
## 🚀 How to Run
cd web-vuln-scanner
python3 app.py
Open browser at `http://localhost:5000`
## ⚠️ Disclaimer
This tool is for educational purposes only.
Only use on systems you have permission to test.