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.
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
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, 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
On macOS, ensure you have Python 3 installed and then follow the Linux instructions above.
Enter target URL: http://example.com/vulnerable_page?id=1
All results are logged to log.txt 📝.
- 🖥 Linux (Arch, Ubuntu, Kali)
- 📱 Termux
- 🖥 Windows
- 🖥 macOS
MIT License - see the LICENSE file for details.
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.
- 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.
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