A simple Python-based Web Vulnerability Scanner that tests a target website using common XSS and SQL Injection payloads for educational purposes.
- Scans a website URL
- Tests common XSS payloads
- Tests common SQL Injection payloads
- Displays scan progress
- Simple command-line interface
- Python 3
- requests
- scanner.py
- requirements.txt
- Install dependencies:
pip install -r requirements.txt
- Run:
python scanner.py
- Enter the target website URL.
Abhi Giri