An open API service indexing awesome lists of open source software.

https://github.com/Fear2o/VulnSpectre

Advanced web vulnerability scanner for detecting SQLi, XSS, and open ports with multi-threaded support and detailed logging.
https://github.com/Fear2o/VulnSpectre

cutting-edge cybersecurity ethical-hacking hacking hacking-tool high-end port-scanner port-scanning sql-injection sql-vulnerability-scanner vulnerability vulnerability-scanners web-security xss xss-detection xss-scanner xss-vulnerability

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          


VunlSpectre

# VulnSpectre
>**VulnSpectre** 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, **VulnSpectre** is the ultimate tool for web security professionals.

## Installation

### For Termux (Android)

To use **VulnSpectre** in Termux, type the following commands:

```bash
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 VulnSpectre on Linux, run the following commands in the terminal:
```bash
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:
```bash
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 πŸ”‘
```bash
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](https://github.com/Fear2o/VunlSpectre/blob/main/LICENSE) file for details.

## Disclaimer
Use this tool responsibly. **VulnSpectre** 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 VulnSpectre?

- **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 **VulnSpectre** useful, give us a ⭐! Your support helps us improve and build more powerful security tools for the community.

---

Crafted by Fear.io