November 2012
Intermediate to advanced
318 pages
6h 36m
English
Version discovery is essential to pen-testers as they can use this information to find public security vulnerabilities affecting a scanned service. The Nmap Scripting Engine allows us to match the popular OSVDB vulnerability database with the discovered services in our scans.
This recipe shows how to list known security vulnerabilities in the osvdb database that could possibly affect a service discovered by using Nmap.
To accomplish this task, we use the NSE script vulscan developed by Marc Ruef. This script is not included in the official Nmap repository, so you need to install it separately before continuing.
To install it, download the latest version of vulscan from http://www.computec.ch/mruef/?s=software&l=e ...
Read now
Unlock full access