Skip to content

Advanced web vulnerability scanner for detecting SQLi, XSS, and open ports with multi-threaded support and detailed logging.

License

Notifications You must be signed in to change notification settings

Fear2o/VunlSpectre

Repository files navigation

VunlSpectre

VunlSpectre

VunlSpectre is a cutting-edge, multi-threaded web vulnerability scanner designed to detect a variety of vulnerabilities, including SQL Injection (SQLi), Cross-Site Scripting (XSS), and open ports. With fast scanning speeds, customizable features, and real-time logging, VunlSpectre is the ultimate tool for web security professionals.

Installation

For Termux (Android)

To use VunlSpectre in Termux, type the following commands:

pkg install git -y
pkg install python3 -y
git clone https://github.com/Fear2o/VunlSpectre
cd VunlSpectre
pip install -r requirements.txt
python vunlspectre.py

For Debian-based GNU/Linux Distributions (Kali, Ubuntu, etc.)

To use VunlSpectre on Linux, run the following commands in the terminal:

sudo apt install git
git clone https://github.com/Fear2o/VunlSpectre
cd VunlSpectre
pip install -r requirements.txt
python vunlspectre.py

For Windows

For Windows, run the following commands in Command Prompt or PowerShell:

git clone https://github.com/yourusername/VunlSpectre.git
cd VunlSpectre
pip install -r requirements.txt
python vunlspectre.py

For macOS

On macOS, ensure you have Python 3 installed and then follow the Linux instructions above.

Usage 🔑

Enter target URL: http://example.com/vulnerable_page?id=1

All results are logged to log.txt 📝.

Requirements ▶

  • 🖥 Linux (Arch, Ubuntu, Kali)
  • 📱 Termux
  • 🖥 Windows
  • 🖥 macOS

License

MIT License - see the LICENSE file for details.

Disclaimer

Use this tool responsibly. VunlSpectre is intended for legal and ethical testing purposes only. Misuse may be illegal in many regions. Ensure you have explicit permission before scanning any websites.


Why Choose VunlSpectre?

  • Fast & Efficient: Multi-threading allows quick, large-scale scans.
  • Comprehensive: Scans for a variety of vulnerabilities, including SQLi, XSS, and open ports.
  • Real-time Updates: Logs every vulnerability as it’s detected.

Give Us a Star!

If you find VunlSpectre useful, give us a ⭐! Your support helps us improve and build more powerful security tools for the community.


Crafted by Fear.io