# 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
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple TCP/UDP Port Scanner
License
AcoDev/port-scanner-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple TCP/UDP Port Scanner
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published