Skip to content

namnhat239/portscanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Portscanner (Python)

AKA Scanny Boi

Python TCP port scanner

Scan single hosts or a /24 network for open ports

Scan host Usage: ./portscanner.py [IP address] [start port] [end port] Example: ./portscanner.py 192.168.1.10 1 65535

Scan network Usage: ./portscanner.py [network] [start port] [end port] -n Example: ./portscanner.py 192.168.1 1 65535 -n

Upcoming

  • Add UDP scanning
  • Add ability to set default timeout
  • Add option to output results to file
  • Clean up code

About

Python port scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%