Skip to content

oneplus-x/nmap-vulners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 it might be C:\Program Files (x86)\Nmap\scripts
 copy the provided script (vulners.nse) into that directory

Usage

Use it as straightforward as you can:
    nmap -sV --script vulners 80.74.154.114

It is KISS after all.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages