Monday, October 10, 2016

Utilizing Nmap to launch a vulnerability scanning.


First, update your NSE database through executing the command below.
nmap --script-updatedb

Second, enable the vulnerability scanning functionality by adding the argument --sC as shown in the following.

nmap -sC 192.168.0.1

No comments:

Post a Comment