Skip to content

nmap

Scan a host, or a randomly selected target to discover open ports and basic service information.

Terminal window
nmap [IP:RANDOM]
  • IP — single IPv4 address (example: 177.58.127.159)
  • RANDOM — a random IPv4 address (example: random)
Terminal window
nmap 177.58.127.159

Result:

IP: 177.58.127.159
ESSID: Astecholly
BSSID: A8:F5:91:92:58:E8
HOST PORT FORWARDED STATE SERVICE VERSION
---- ---- --------- ----- ------- -------
192.168.0.1 0 TRUE OPEN kernel_router 1.0.0
192.168.0.2 3306 TRUE CLOSED employees 1.0.0
192.168.0.1 8080 FALSE CLOSED http 1.0.0
10.0.19.8 80 TRUE OPEN http 1.0.0
10.0.19.1 8080 FALSE CLOSED http 1.0.0
172.16.20.1 8080 FALSE CLOSED http 1.0.0