A basic Python + Flask web app that allows users to input a URL and get basic vulnerability-related insights like:
- ✅ Common open ports
- ✅ HTTP headers
- ✅ Redirect chains
- ✅ HTTPS usage
pip install -r requirements.txt
python vulnerability-scanner.pyThen open http://localhost:5000 in your browser.
- Clean web interface using Flask templates
- Socket-based port scanning for quick checks
- Header inspection and redirect tracking
- Basic HTTPS detection
This tool is for educational and ethical use only. Do not scan systems you don't have permission to test.