Advanced Vulnerability Scanner
Lightweight | Modular | Reverse IP | SQLi, XSS, LFI & more
Striker is an advanced tool written in Python to identify any vulnerability. Includes intelligent scanning, custom payloads, advanced terminal interface and results export.
- Python 3.7+
requestsbeautifulsoup4tqdmcolorama
git clone https://github.com/xPloits3c/Striker.gitcd Strikerpython -m venv striker_envsource striker_env/bin/activatepip install -r requirements.txtpython striker.py
python3 striker.pyCustom scan.- Payloads file (optional, default send):
sqli.payloads.txt - Number of threads (default 5):
5
Each query is automatically saved in Format:.csv
The tool compares the normal response with the modified one. If:
- It contains suspicious keywords (e.g. "sql error", "syntax").
- Or is significantly different in content.
- Then the link is flagged as vulnerable.
Developed by: xPloits3c
License: MIT
Contact: whitehat.report@onionmail.org
