NSE script based on Vulners.com API
Clone or download
GMedian Update vulners.nse
Slightly change the description to explicitly mention the usage of the remote service.
Add the script to the "external" category.
Latest commit 7434b6d Jun 9, 2018
Permalink
Failed to load latest commit information.
LICENSE Initial commit Dec 19, 2017
README.md First release Dec 27, 2017
example.png Another stable version. Feb 2, 2018
vulners.nse Update vulners.nse Jun 9, 2018

README.md

nmap_vulners

Current Release Downloads PayPal

Description

NSE script using some well-known service to provide info on vulnerabilities

Result example

Dependencies:

 nmap libraries:
     http
     json
     string

The only thing you should always keep in mind is that the script depends on having software versions at hand, so it only works with -sV flag.

Installation

 locate, where your nmap scripts are located in your system
     for *nix system it might be  ~/.nmap/scripts/ or $NMAPDIR
     for Mac it might be /usr/local/Cellar/nmap/<version>/share/nmap/scripts/
     for Windows you have to find it yourself
 copy the provided script (vulners.nse) into that directory

Usage

Use it as straightforward as you can:
    nmap -sV --script vulners <target>

It is KISS after all.