Skip to content

ufopilot/portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portscanner: test remote ports

Portscanner is a bash testing script for remote ports

portscanner -h

 Script: portscanner [OPTIONS]

 Usage: portscanner -s srv1,...,srv(n) -p port1,...,port(n) -t timeout
        portscanner -s /path/to/file -p port1,...,port(n),port1-port2 -t timeout

 Options:
  -s <STR,...,STR>      # servers or ips
  -p <INT,...,INT-INT>  # single ports or ranges
  -o <text|table>       # default table
  -t <INT>              # timeout. default 3 seconds
  -h                    # display this text

 Examples:
  portscanner -s vrpiatauv001.domain.com -p 80,443
  portscanner -s vrpiatauv001.domain.com,vrpiatauv002.domain.com -p 2260,2261 -t 5

Alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages