Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
nmap
/
Scan all ports
Scan all ports
nmap
Scan all 65535 ports
nmap -p- 192.168.1.1
⎘ copy
#nmap
#network
#ports
more nmap
all 15 commands →
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
Scan a subnet
nmap 192.168.1.0/24
Ping scan (host discovery)
nmap -sn 192.168.1.0/24