Skip to content

xPloits3c/Striker

Repository files navigation

image

🛡️ Striker

Advanced Vulnerability Scanner
Lightweight | Modular | Reverse IP | SQLi, XSS, LFI & more


Repo View Counter

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)

image

✨ Key Features

✔️ 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

⚙️ Requirements

  • Python 3.7+
  • Required modules:
  • requests
  • beautifulsoup4
  • tqdm
  • colorama

⚙️ Installation

▶️ Example of use

  • 1) python3 striker.py
  • 2) Custom scan.
  • 3) Payloads file (optional, default send): sqli.payloads.txt
  • 4) Number of threads (default 5): 5

image

📝 CSV Output

Each query is automatically saved in Format:.csv

image

🧠 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 with passion by: xPloits3c with: Open-Ai

License: MIT Contact: whitehat.report@onionmail.org