Nmap Scripting Engine Example

Nmap Scripting Engine Example

Execute individual scripts

nmap -script [script.nse] [target]

Execute multiple scripts

nmap -script [expression]

[target]

Execute scripts by category

nmap -script [cat] [target]

Execute multiple scripts categories

nmap -script [cat1, cat2, etc]

Troubleshoot scripts

nmap -script [script] -script trace [target]

Update the script database

nmap -script-updatedb

Komentar