Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
nmap
/
UDP scan
UDP scan
nmap
Scan UDP ports (slower, requires root)
nmap -sU 192.168.1.1
⎘ copy
#nmap
#network
#udp
more nmap
all 15 commands →
Run default scripts
nmap -sC 192.168.1.1
Run specific NSE script
nmap --script http-title 192.168.1.1
Output to XML
nmap -oX scan.xml 192.168.1.1
Fast scan (top 100 ports)
nmap -F 192.168.1.1
Scan single host
nmap 192.168.1.1