Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
nmap
/
Run specific NSE script
Run specific NSE script
nmap
Run a named Nmap scripting engine script
nmap --script http-title 192.168.1.1
⎘ copy
#nmap
#network
#scripts
#nse
more nmap
all 15 commands →
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
Scan TCP SYN (stealth)
nmap -sS 192.168.1.1
Scan all ports
nmap -p- 192.168.1.1