OpenVAS – finding Windows-specific vulnerabilities
In this recipe, we will use OpenVAS to scan for Windows vulnerabilities. These are vulnerabilities specific to Windows machines operating on our targeted network.
Getting ready
To complete this recipe, you will need a virtual machine(s) to test against:
Windows XP
Windows 7
How to do it...
Let's begin the process of finding Windows-specific 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
Windows Vulnerabilities
.For the base, select the Empty, static and fast option.
Click on Create Scan Config:
We now want to edit our scan config. Press the wrench icon next to Windows Vulnerabilities.
For each family found, put a check mark in the Select all NVT's box. The chosen vulnerabilities are:
Brute force attacks
Buffer overflow
Compliance
Credentials
Databases
Default Accounts
Denial of...