Nmap Scripts
Find Scripts
locate .nse | grep [port name]
Example:
locate .nse | grep ftpls /usr/share/nmap/scripts | grep smbls -l /usr/share/nmap/scripts/Help manual for scripts
nmap --script-help [script name]
Example:
nmap --script-help ftp-anonVulnerability Scanning
Scan With All Scripts
Scan with particular Script
Scan entire network with script
Last updated