shubham-patel/Vulnerability-Scanner

GitHub: shubham-patel/Vulnerability-Scanner

Stars: 0 | Forks: 0

# Vulnerability Scanner A Python web vulnerability scanner that crawls a target application and tests for XSS (Cross-Site Scripting) and SQL Injection across all discovered forms and inputs. ## How it works ## Requirements pip install -r requirements.txt ## Usage Edit the target URL and credentials in `vulnerability_scanner.py`: url = "https://testphp.vulnweb.com" data = {"username": "admin", "password": "password", "Login": "submit"} Then run: python3 vulnerability_scanner.py **Recommended test target:** [http://testphp.vulnweb.com](http://testphp.vulnweb.com) — maintained by Acunetix specifically for scanner testing. ## Part of [H-Tools](https://github.com/shubham-patel/H-Tools) Built during B.Tech studies. H-Tools bundles this and other networking/security utilities in a single CLI menu.