https://github.com/ibest4luv/web-vulnerability-scanner
A professional web application vulnerability scanner built with Python.
https://github.com/ibest4luv/web-vulnerability-scanner
bug-bounty penetration-testing python vulnerability-scanners web
Last synced: 4 months ago
JSON representation
A professional web application vulnerability scanner built with Python.
- Host: GitHub
- URL: https://github.com/ibest4luv/web-vulnerability-scanner
- Owner: Ibest4luv
- License: other
- Created: 2025-04-28T18:46:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T19:24:07.000Z (about 1 year ago)
- Last Synced: 2025-04-30T03:53:35.867Z (about 1 year ago)
- Topics: bug-bounty, penetration-testing, python, vulnerability-scanners, web
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛡️ Web Application Vulnerability Scanner



A professional, modular Python tool for detecting common security issues in web applications.
Built to support Bug Bounty recon, penetration testing, and forms strong evidence for the UK - Digital Technology pathway.
---
## 📚 Features
- ✅ SSL/TLS Certificate Validation
- ✅ HTTPS Validation
- ✅ Server Banner Grabbing
- ✅ Open Port Scanning (Top 10 Ports)
- ✅ Missing Security Headers Detection
- ✅ Risk Assessment (High/Medium/Low)
- ✅ CVSS Score Analysis
- ✅ OWASP Top 10 Category Mapping
- ✅ Redirect Detection
- ✅ Multithreading for Faster Scanning
- ✅ Generates Professional Reports:
- Text (.txt)
- HTML (.html)
- JSON (.json)
- PDF (.pdf)
---
## 🛠️ Technologies Used
- Python 3
- Requests
- Colorama
- FPDF
---
## 📂 Project Structure
```plaintext
GLOBAL/
├── LICENSE
├── README.md
├── requirements.txt
├── reports/
│ └── {date}/
│ ├── scan_report.html
│ ├── scan_report.json
│ ├── scan_report.pdf
│ └── scan_report.txt
├── src/
│ ├── utils.py
│ ├── reporter.py
│ └── scanner.py