This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
nmap [2019/09/17 11:36] acm |
nmap [2019/09/23 15:17] (current) acm |
||
|---|---|---|---|
| Line 93: | Line 93: | ||
| === Scripting Engine and Vulnerability Scanning === | === Scripting Engine and Vulnerability Scanning === | ||
| - | One of the most powerful and important to learn parts of Nmap is its built-in scripting engine sometimes called NSE. NSE allows users to write scripts in Lua to help automate a wide variety of tasks. There are a number of built-in scripts that come with Nmap that allow it to implement some of its more advanced functionality, | + | One of the most powerful and important to learn parts of Nmap is its built-in scripting engine sometimes called NSE. NSE allows users to write scripts in Lua to help automate a wide variety of tasks. There are a number of built-in scripts that come with Nmap that allow it to implement some of its more advanced functionality, |
| + | < | ||
| + | nmap --script vuln 192.168.56.3 | ||
| + | </ | ||
| === References === | === References === | ||