Skip to content
forked from gadoi/AutoNSE

Massive NSE (Nmap Scripting Engine) AutoSploit and AutoScanner

License

Notifications You must be signed in to change notification settings

1683728221/AutoNSE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.6%
  • Dockerfile 3.4%