Skip to content

xPloits3c/Striker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

🛡️ Striker

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.

striker_menu

⚙️ Requirements

  • Python 3.7+
  • requests
  • beautifulsoup4
  • tqdm
  • colorama

⚙️ Installation

  • git clone https://github.com/xPloits3c/Striker.git
  • cd Striker
  • python -m venv striker_env
  • source striker_env/bin/activate
  • pip install -r requirements.txt
  • python striker.py

▶️ Example of use

  • python3 striker.py
  • Custom 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