User Tools

Site Tools


nmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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, such as 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, such as vulnerability scanning.You can run a vulnerability scanning script using 
 +<code> 
 +nmap --script vuln 192.168.56.3 
 +</code>
  
 === References === === References ===
nmap.1568738184.txt.gz · Last modified: 2019/09/17 11:36 by acm