Skip to content

AcoDev/port-scanner-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Scanner (Python)

# Scan TCP ports 1 to 1024 (default)
python port_scanner.py 192.168.1.10

# Scan UDP ports 53 to 100
python port_scanner.py example.com --start 53 --end 100 --proto udp

# Scan both TCP and UDP ports 20–25
python port_scanner.py 10.0.0.5 --start 20 --end 25 --proto both

About

Simple TCP/UDP Port Scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages