Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Vulnerability Scanner

Python Version Project Level Category

License Issues

A beginner-friendly Python mini project that performs basic vulnerability assessment on a web application or host.

Features

  • Scan common TCP ports
  • Check HTTP security headers
  • Identify exposed server banners
  • Generate a vulnerability report

Installation

pip install -r requirements.txt

Usage

python scanner.py

Enter a target URL such as:

http://localhost

Output

A file named vulnerability_report.txt is generated after the scan.

Disclaimer

Use this tool only on systems you own or have explicit permission to test.

About

Python-based vulnerability scanner that checks common open ports, analyzes HTTP security headers, identifies exposed server banners, and generates a basic vulnerability report for educational and authorized security assessment purposes.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages