Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vulscan Lite

This is a lightweight command-line Python tool for scanning open ports on a target host. Designed for beginners and cybersecurity learners who want a hands-on intro to network scanning.


Features

  • Scan a target IP address for open TCP ports
  • Accepts a single ports or custom ranges (e.g., '22,80,443' or '20-100')
  • Built with Python using the 'socket' module - no third party dependencies
  • Tracks scan duration

Usage

python vulscanner.py <target_ip> --ports <port_list_or_ranges>

About

A fast and lightweight Python port scanner for cybersecurity learners and analyst. Built to detect open TCP ports using custom ranges.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages