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.
- SQL Injection (SQLi)
- Cross Site Scripting (XSS)
- Local File Inclusion (LFI)
✔️ Crawler Test vuln.
✔️ SQLi-XSS-LFI testing with custom or default payloads.
✔️ Web Application Firewall (WAF)
✔️ Reverse IP
✔️ Real-time highlighting:
✔️ Progress bar (tqdm)
✔️ Automatic results export to .CSV
✔️ Multi-threading for speed
- Python 3.7+
- Required modules:
requests
beautifulsoup4
tqdm
colorama
- git clone https://github.com/xPloits3c/Striker.git
- cd Striker
- pip install -r requirements.txt
- python3 striker.py
1) python3 striker.py
2) Custom scan.
3) Payloads file (optional, default send): sqli.payloads.txt
4) 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 with passion by: xPloits3c
with: Open-Ai
License: MIT Contact: whitehat.report@onionmail.org