Skip to content

chrisherman/portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

portscanner

simple python port scanner with command line and html output, can scan IP and port ranges or lists

Examples:

python script_name.py 192.168.1.10

python script_name.py 192.168.1.* 80-85

python script_name.py 192.168.1.45-67 80,81,82

Output:

Port 80 open on 192.168.1.9

Port 8080 open on 192.168.1.9

Port 80 open on 192.168.1.12

Port 8080 open on 192.168.1.12

HTML file (output.html):

./portscanner.py 192.168.1.9-12 80,8000,8080

192.168.1.9: 80 8080
192.168.1.12: 80 8080

About

simple python portscanner with command line and html output, can scan IP and port ranges or lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors