Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
nmap
/
Run default scripts
Run default scripts
nmap
Run default NSE scripts against target
nmap -sC 192.168.1.1
⎘ copy
#nmap
#network
#scripts
#nse
more nmap
all 15 commands →
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
Scan TCP SYN (stealth)
nmap -sS 192.168.1.1