Nmap Scripts
Find Scripts
Find script related to a service your interested in, example here is ftp
locate .nse | grep [port name]
Example:
locate .nse | grep ftpls /usr/share/nmap/scripts | grep smbTypically NSE scripts that scans for vulnerabilities are at
ls -l /usr/share/nmap/scripts/you can use this scripts with
--script=<ScriptName>,it also support wildcard entries
Help manual for scripts
What does a script do?
nmap --script-help [script name]
Example:
nmap --script-help ftp-anonVulnerability Scanning
We can scan for vulnerability Scanning nmap scripts:
Scan With All Scripts
Scan a target using all NSE scripts. May take an hour to complete.
Scan with particular Script
Scan entire network with script
Last updated