Striker
SQLi-XSS-LFI Injections Vulnerability Scanner Website Tool
Install / Use
/learn @xPloits3c/StrikerREADME
Striker is an advanced tool written in Python to identify any vulnerability. Includes intelligent scanning, custom payloads, advanced terminal interface and results export.
<img width="1127" height="722" alt="striker_menu" src="https://github.com/user-attachments/assets/17fb0f1e-d1d9-4d78-8c36-06f3830d72fe" />⚙️ Requirements
- Python 3.7+
requestsbeautifulsoup4tqdmcolorama
⚙️ Installation
git clone https://github.com/xPloits3c/Striker.gitcd Strikerpython -m venv striker_envsource striker_env/bin/activatepip install -r requirements.txtpython striker.py
▶️ Example of use
python3 striker.pyCustom scan.- Payloads file (optional, default send):
sqli.payloads.txt - Number of threads (default 5):
5
📝 CSV Output
Each query is automatically saved in Format:.csv
🧠 Logic
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.
👨💻 Author
Developed by: xPloits3c
License: MIT
Contact: whitehat.report@onionmail.org
