mariachaudhry446-creator/Syntecxhub_web-vulnerability-scanner
GitHub: mariachaudhry446-creator/Syntecxhub_web-vulnerability-scanner
Stars: 0 | Forks: 0
# Syntecxhub_web-vulnerability-scanner
# 🔍 Web Vulnerability Scanner - XSS Detection
A professional web vulnerability scanner that detects Cross-Site Scripting (XSS) vulnerabilities in web applications.
## ⚠️ Legal Notice
**ONLY USE ON WEBSITES YOU OWN OR HAVE PERMISSION TO TEST!**
## Features
- ✅ **Automated Web Crawling** - Discovers pages and forms automatically
- ✅ **50+ XSS Payloads** - Comprehensive payload collection including bypass techniques
- ✅ **Multi-threaded Scanning** - Fast scanning with configurable threads
- ✅ **Rate Limiting** - Respectful scanning with configurable delays
- ✅ **HTML & JSON Reports** - Professional, detailed vulnerability reports
- ✅ **Form & URL Testing** - Tests both GET and POST parameters
- ✅ **Evidence Extraction** - Shows proof of vulnerability
## Usage
python xss_scanner.py
## Example Output
[*] Step 1: Crawling website...
[+] Found 25 pages and 8 forms
[*] Step 2: Testing URL parameters...
[!] VULNERABLE: Found XSS in search.php - Parameter: q
[*] Step 3: Testing forms...
[!] VULNERABLE: Found XSS in contact.php
[*] Step 4: Generating report...
[+] HTML report saved: xss_report_20240115_143022.html
[+] JSON report saved: xss_report_20240115_143022.json
Check uploaded output files.