Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 633 Bytes

Port_Checker

Usage Python 3.9.5

USE 30 threads to check ports

python_project

python port_checkerV4.py -h

usage: port_checkerV4.py [-h] [-u URL] [-p PORTS] [-t THREADS] [-b TIMEOUT]

Port checker

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     Url Or host
  -p PORTS, --ports PORTS
			how many ports to scan default(1000)
  -t THREADS, --threads THREADS
			Total threads to use default(30)
  -b TIMEOUT, --timeout TIMEOUT
			timeout to inspect a port