Skip to content

moolakarapasanga/portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

portscanner

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages