The Web Vulnerability Scanner is a GUI-based security tool 🛡️ built with Python and Tkinter. It helps identify SQL Injection (SQLi) and Cross-Site Scripting (XSS) vulnerabilities in web applications. Users can input a URL and run security scans with custom payloads for advanced testing.
✅ GUI-based for easy interaction 🎨
✅ Detects SQLi & XSS vulnerabilities 🕵️♂️
✅ Custom SQLi & XSS payload support 🎯
✅ Real-time scan logs 📝
✅ Fast & lightweight 🚀
1️⃣ Clone the repository
git clone https://github.com/yourusername/Web-Vulnerability-Scanner.git
cd Web-Vulnerability-Scanner2️⃣ Install dependencies
pip install -r requirements.txt3️⃣ Run the scanner
python scanner.py1️⃣ Enter the target URL 🔗
2️⃣ (Optional) Add custom SQLi/XSS payloads 🎯
3️⃣ Click Start Scan 🛠️
4️⃣ Review the scan results in the output window 📝
🚨 For educational & security research purposes only! Do not use this tool on websites without permission
Got ideas? Found a bug? Feel free to contribute! Fork this repo and submit a pull request.
🔓 This project is open-source and available under the MIT License.
