bungkercorp / AutoNSE

Massive NSE (Nmap Scripting Engine) AutoSploit and AutoScanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoNSE

Massive NSE (Nmap Scripting Engine) AutoSploit and AutoScanner. The Nmap Scripting Engine (NSE) is one of Nmap's most powerful and flexible features. It allows users to write (and share) simple scripts (using the Lua programming language ) to automate a wide variety of networking tasks. Those scripts are executed in parallel with the speed and efficiency you expect from Nmap. Users can rely on the growing and diverse set of scripts distributed with Nmap, or write their own to meet custom needs. For more informations https://nmap.org/book/man-nse.html

screen

Installation

$ git clone https://github.com/m4ll0k/AutoNSE.git
$ cd AutoNSE 
$ bash autonse.sh

Examples

$ bash autonse.sh

screen1 screen2

Docker

You can deploy AutoNSE using the provided Dockerfile locally or remotly.
The image is Alpine based, meaning it's very light and fast.

A /loot volume is created on launch to easily save nmap's output

$ git clone https://github.com/m4ll0k/AutoNSE.git
$ docker build -t autonse ./AutoNSE
$ docker run -it --name autonse

[...]

AutoNSE@Sploit: 2
   [+] Output path >> /loot

About

Massive NSE (Nmap Scripting Engine) AutoSploit and AutoScanner

License:GNU General Public License v3.0


Languages

Language:Shell 96.6%Language:Dockerfile 3.4%