Skip to content

A simple web app where users can input a URL, and your backend performs basic vulnerability checks.

Notifications You must be signed in to change notification settings

Gilbertsanchz/Vulnerability-Scanner-Python-Flask-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Python Vulnerability Scanner

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

🚀 How to Run

pip install -r requirements.txt
python vulnerability-scanner.py

Then open http://localhost:5000 in your browser.

📸 Features

  • Clean web interface using Flask templates
  • Socket-based port scanning for quick checks
  • Header inspection and redirect tracking
  • Basic HTTPS detection

⚠️ Disclaimer

This tool is for educational and ethical use only. Do not scan systems you don't have permission to test.

About

A simple web app where users can input a URL, and your backend performs basic vulnerability checks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published