Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
nmap
/
Scan single host
Scan single host
nmap
Basic port scan of a single host
nmap 192.168.1.1
⎘ copy
#nmap
#network
#scan
more nmap
all 15 commands →
Scan TCP SYN (stealth)
nmap -sS 192.168.1.1
Scan all ports
nmap -p- 192.168.1.1
Service version detection
nmap -sV 192.168.1.1
OS detection
nmap -O 192.168.1.1
Aggressive scan
nmap -A 192.168.1.1