OpenVAS – finding local vulnerabilities
OpenVAS allows us to attack a wide range of vulnerabilities, and we will confine our list of assessing the vulnerabilities of our target to those specific to the type of information we seek to gain from the assessment. In this recipe, we will use OpenVAS to scan for local vulnerabilities on our target. These are vulnerabilities specific to our local machine.
How to do it...
Let's begin the process of finding local vulnerabilities with OpenVAS by opening the Mozilla Firefox web browser:
Go to
http://127.0.0.1:9392
and log in to OpenVAS.Go to Configuration | Scan Configs:
Enter the name of the scan. For this recipe, we will use
Local Vulnerabilities
.For the base, select the Empty, static and fast option. This option allows us to start from scratch and create our own configuration.
Click on Create Scan Config:
We now want to edit our scan config. Click on the wrench icon next to Local Vulnerabilities:
Press Ctrl + F and type
Local
in the find bar.For each local...