A modular, colorful, interactive vulnerability scanner.
- Update packages
apt update && apt upgrade -y - Clone this repo
git clone https://github.com/Stanley-blik/VulnerabilityScanner.git cd VulnerabilityScanner - Install requirements:
pip install -r requirements.txt
- Run scanner:
python3 vulnerability_scanner.py example.com
Change example.com to your Website's URL
-
SQL Injection check
-
XSS check
-
Command Injection check
-
Directory Traversal check
-
Open Redirect check
-
Planing to add more scanners in
scanners/