Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
nmap
/
Output to XML
Output to XML
nmap
Save scan results in XML format
nmap -oX scan.xml 192.168.1.1
⎘ copy
#nmap
#network
#output
more nmap
all 15 commands →
Fast scan (top 100 ports)
nmap -F 192.168.1.1
Scan single host
nmap 192.168.1.1
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