Skip to content

Kitchen-Kreations/globe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

globe



Port Scanner

Quick Start

Download the latest release or compile from source

$ globe -h
    usage: globe [-h|--help] -i|--ip "<value>" [-p|--ports "<value>"]

                port scanner

    Arguments:

    -h  --help   Print help information
    -i  --ip     What address to scan
    -p  --ports  What ports to scan

Examples

# Scan first 1000 ports
globe -i 127.0.0.1
# Scan all ports
globe -i 127.0.0.1 -p all
# Scan only certain ports
globe -i 127.0.0.1 -p 80,443
# Scan a range of ports 80 through 443
glove -i 127.0.0.1 -p 80-443