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.
- Host: GitHub
- URL: https://github.com/Fear2o/VulnSpectre
- Owner: Fear2o
- License: mit
- Created: 2024-11-16T16:13:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T17:17:16.000Z (over 1 year ago)
- Last Synced: 2025-04-05T18:11:59.678Z (about 1 year ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 332 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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