Skip to content
/ Probe Public

Portscanner that implements multithreading for swift scans.

License

Notifications You must be signed in to change notification settings

Kunull/Probe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

██████╗ ██████╗  ██████╗ ██████╗ ███████╗
██╔══██╗██╔══██╗██╔═══██╗██╔══██╗██╔════╝
██████╔╝██████╔╝██║   ██║██████╔╝█████╗  
██╔═══╝ ██╔══██╗██║   ██║██╔══██╗██╔══╝  
██║     ██║  ██║╚██████╔╝██████╔╝███████╗
╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝                                         

Portscanner that implements multithreading for swift scans.

Usage

probe.py [HOST]

    Arguments:
        [HOST]                      Address of host to be scanned
    
    Options:
        -p, --ports <int>-<int>     Range of ports to be scanned (default: 1-1036)
        -t, --threads <int>         Number of threads to be created (default: 50)

Examples

Scanning an IP address:

python3 probe.py 127.0.0.1

Scanning the first 100 ports for an IP address:

python3 probe.py 127.0.0.1 -p 1-100

Creating 100 threads simultaneously:

python3 probe.py 127.0.0.1 -t 100

About

Portscanner that implements multithreading for swift scans.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages