You are on page 1of 1

NMAP Commands

ARP Ping Scan


nmap -sn -PR 192.168.1.26

UDP Ping Scan


nmap -sn -PU 192.168.1.26

TCP Connect Scan


nmap -sT 192.168.1.26

UDP Scan
nmap -sU 192.168.1.26

Intense Scan
nmap -v -A 192.168.1.26

Service Version
nmap -v -sV 192.168.1.26

Operating System
nmap -v -O 192.168.1.26

FInding open ports alone


nmap -PO 192.168.1.26

Scanning specific ports


nmap -p 22,80,3306 192.168.1.26

Scanning all ports


nmap -p- 192.168.1.26

You might also like