Skip to content

Simple Port Scanner that scans the ports on the given target.

Notifications You must be signed in to change notification settings

OmerGnscr/Simple-Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

PortScanner (Python)

Basic Port Scanner that scans the given port for the given target and shows the status and which service is running on that port.

My blog post about this script.

Example usages

python3 portscanner.py <IP_ADDR> <START_PORT> <END_PORT>

python3 portscanner.py <IP_ADDR> <PORT1,PORT2,PORT3,...>

Alt Text

About

Simple Port Scanner that scans the ports on the given target.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages