Thanks to visit codestin.com
Credit goes to github.com

Skip to content

0x10F8/pscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pscan

A simple multi-threaded port scanner written in python3, inspired by the Violent Python book by TJ O'Connor.

$ ./pscan.py -h

Usage: pscan.py -H <target_host> -p <target_port / port_range>

Options:
  -h, --help       show this help message and exit
  -H TARGET_HOST   specify a target host
  -p TARGET_PORTS  specify a target port[s] / port range :
  -t TIMEOUT       specify a timeout (seconds) to wait on socket connection.
                   Connections that take longer than this are considered
                   closed (DEFAULT: 1s)

Examples:
     ./pscan.py -H example.com -p 80
     ./pscan.py -H example.com -p 80,443
     ./pscan.py -H example.com -p 1-100
     ./pscan.py -H example.com -p 1-100,443 -t 2

About

A simple port scanner written in python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages