daniel-cues / NMapGUI

Advanced Graphical User Interface for NMap
GNU General Public License v3.0
467 stars 102 forks source link
cybersecurity monitoring network-analysis nmap security sysadmin

nmapgui

GitHub (pre-)release Build Status Codecov Codacy Badge Issues Discord

NMapGUI is an advanced graphical user interface for NMap network analysis tool. It allows to extend and ease the typical usage of NMap by providing a visual and fast interface with the application

THIS PROJECT IS CURRENTLY UNMAINTAINED

- For the moment Java8 is required. Later versions not supported (Issue #25) -

If you have any questions about NMapGUI usage or want to get in contact with me, please visit:

Features

Zenmap vs NMapGUI

Zenmap NMapGUI
Multiple parallel commands :no_entry_sign: :white_check_mark:
Option menu :no_entry_sign: :white_check_mark:
ᴺᴱᵂ System's script list :no_entry_sign: :white_check_mark:
Automatic HTML report :no_entry_sign: :white_check_mark:
Pretty interface :poop: :white_check_mark:
Graph output :white_check_mark: :sparkles::white_check_mark::sparkles:
Unnecessary tabs and menus :white_check_mark: :no_entry_sign:
Installation method Installer Portable
Cross-platform Compiled⁽*⁾ Unique jar⁽*⁾

* Compiled: Custom file for each OS

* Unique jar: Unique file for any OS

Screenshots

nmapgui nmapgui nmapgui

Installation

For the moment, NMapGUI can't be installed, it's just a compressed java jar application.

So just go to the releases page and download the latest zip, unzip it and enjoy NMapGUI! On progress: Menu creation

Usage

Starting the application

For the moment, you will have to execute the jar file. If you have java properly configured in your system, it should work just by double-clicking the jar file. Otherwise, you will have to launch it with your console. For that I recommend the following command on Linux:

nohup java -jar nmapGUI-0.6.1-snapshot.jar $

as it will let you close the console and still use the app.

Visit our wiki to find out how to use NMapGUI