8000 GitHub - timgrossmann/simple-portscanner: 🔎 Easy to use, minimalistic port scanner
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timgrossmann/simple-portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Portscanner

Easy to use, minimalistic port scanner

Simple Portscanner

Scans the given host for open ports on which attacks could be performed.

Usage:  
  ./sps.py...  
    ... hostname -> 192.168.178.1 ; "192.168.178.1, 192.168.178.5"
                      (single)            (multiple ! use "")
                    192.168.178.5-10
                      (range)                 {required}
      ... -P or --ports 80 ; "80, 85" ; 90-100 {optional, default: all}



  e.g.
    ./sps.py 192.168.128-150 -P 1-500
                  ^
                  |
      Will scan ports 1-500 on IP range 128-150

About

🔎 Easy to use, minimalistic port scanner

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0