A modular Python-based web application vulnerability scanner.
Features:
- SQL Injection basic checks
- XSS basic checks
- Security headers checks
- Directory listing detection
- Basic port scanner
- HTML and PDF report generation
- Create a virtual environment:
python -m venv venv source venv/bin/activate # Linux / macOS venv\Scripts\activate # Windows - Install dependencies:
pip install -r requirements.txt - Run:
python main.py https://example.com
- This tool is for educational and authorized penetration testing only.
- Always have explicit permission before scanning websites.