Skip to content

This Python-based Port Scanner is a simple yet powerful tool that allows users to scan for open ports on a target system or network. The scanner utilizes socket programming to establish connections with target IP addresses and identifies the status of specific ports (open, closed, or filtered) by sending and receiving network packets.

Notifications You must be signed in to change notification settings

cosmicgz/PortScanner_vi_f

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PortScanner

This Python-based Port Scanner is a simple yet powerful tool that allows users to scan for open ports on a target system or network. The scanner utilizes socket programming to establish connections with target IP addresses and identifies the status of specific ports (open, closed, or filtered) by sending and receiving network packets.


Key Feature:

  • Scans a range of ports on a given IP address or a list of IP addresses
  • Determines the status of ports (open, closed, or filtered)
  • Utilizes multi-threading for faster scanning
  • Provides configurable timeout for network connections
  • Offers command-line interface for ease of use
  • Outputs scan results in a user-friendly format

How to Use it:

About

This Python-based Port Scanner is a simple yet powerful tool that allows users to scan for open ports on a target system or network. The scanner utilizes socket programming to establish connections with target IP addresses and identifies the status of specific ports (open, closed, or filtered) by sending and receiving network packets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%