Automated web vulnerability scanner for identifying common security weaknesses. This tool helps developers and security auditors find vulnerabilities like SQL injection, XSS, and misconfigured headers.
- SQL Injection detection
- Cross-Site Scripting (XSS) scanning
- Security header analysis
- Directory brute-forcing
- Automated report generation
git clone https://github.com/Prem2868/web-vulnerability-scanner.git
cd web-vulnerability-scanner
pip install -r requirements.txtpython src/scanner.py --url <target-url>- Language: Python
- Libraries: Requests, BeautifulSoup4, Selenium
- Platform: Cross-platform
Contributions are welcome! Please follow the standard GitHub workflow for PRs.
This project is licensed under the MIT License - see the LICENSE file for details.
Author: Pramod Jogdand | https://github.com/Prem2868