Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To run simple port scanner:

python simple_port_scanner.py

To run fast port scanner:

python fast_port_scanner --help

Output:

usage: fast_port_scanner.py [-h] [--ports PORT_RANGE] host

Simple port scanner

positional arguments:
host                  Host to scan.

optional arguments:
-h, --help            show this help message and exit
--ports PORT_RANGE, -p PORT_RANGE
                        Port range to scan, default is 1-65535 (all ports)

For example, if you want to scan the ports from 1 to 1024 of your router (192.168.1.1):

python3 fast_port_scanner.py 192.168.1.1 --ports 1-1024
Morty Proxy This is a proxified and sanitized view of the page, visit original site.