All Projects → danicuestasuarez → Nmapgui

danicuestasuarez / Nmapgui

Licence: gpl-3.0
Advanced Graphical User Interface for NMap

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Nmapgui

Easy hack
Hack the World using Termux
Stars: ✭ 549 (+72.64%)
Mutual labels:  network-analysis, nmap
Wireshark Cheatsheet
Wireshark Cheat Sheet
Stars: ✭ 131 (-58.81%)
Mutual labels:  network-analysis, cybersecurity
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+95.6%)
Mutual labels:  network-analysis, cybersecurity
Flare
An analytical framework for network traffic and behavioral analytics
Stars: ✭ 363 (+14.15%)
Mutual labels:  network-analysis, cybersecurity
ivre
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,712 (+752.83%)
Mutual labels:  nmap, network-analysis
Nmap
Idiomatic nmap library for go developers
Stars: ✭ 391 (+22.96%)
Mutual labels:  network-analysis, nmap
Nload
Real-time network traffic monitor
Stars: ✭ 121 (-61.95%)
Mutual labels:  network-analysis, monitoring
Grab.js
fast TCP banner grabbing with node.js
Stars: ✭ 33 (-89.62%)
Mutual labels:  cybersecurity, nmap
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+633.02%)
Mutual labels:  network-analysis, nmap
Sharesniffer
Network share sniffer and auto-mounter for crawling remote file systems
Stars: ✭ 168 (-47.17%)
Mutual labels:  network-analysis, nmap
Slack Watchman
Monitoring your Slack workspaces for sensitive information
Stars: ✭ 159 (-50%)
Mutual labels:  monitoring, cybersecurity
Zeek-Network-Security-Monitor
A Zeek Network Security Monitor tutorial that will cover the basics of creating a Zeek instance on your network in addition to all of the necessary hardware and setup and finally provide some examples of how you can use the power of Zeek to have absolute control over your network.
Stars: ✭ 38 (-88.05%)
Mutual labels:  cybersecurity, network-analysis
Gitlab Watchman
Monitoring GitLab for sensitive data shared publicly
Stars: ✭ 127 (-60.06%)
Mutual labels:  monitoring, cybersecurity
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+29.87%)
Mutual labels:  network-analysis, nmap
Walkoff
A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
Stars: ✭ 855 (+168.87%)
Mutual labels:  sysadmin, cybersecurity
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+147.48%)
Mutual labels:  network-analysis, monitoring
Webmap
WebMap-Nmap Web Dashboard and Reporting
Stars: ✭ 357 (+12.26%)
Mutual labels:  cybersecurity, nmap
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+20.13%)
Mutual labels:  cybersecurity, nmap
Joincap
Merge multiple pcap files together, gracefully.
Stars: ✭ 159 (-50%)
Mutual labels:  network-analysis, sysadmin
HostEnumerator
A tool that automates the process of enumeration
Stars: ✭ 29 (-90.88%)
Mutual labels:  cybersecurity, nmap

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

  • Cross-platform (You can use it on Linux, Windows, MacOs, etc.)
  • Multiple command execution at the same time.
  • Standard NMap output.
  • HTML report NMap output.
  • Interactive traceroute graph output
  • Saving output as XML.
  • Output minimizing, maximizing and deleting.
  • Menu to find most of nmap options and your system's scripts.
  • Start and stop the webapp at any moment.

Zenmap vs NMapGUI

Zenmap NMapGUI
Multiple parallel commands 🚫
Option menu 🚫
ᴺᴱᵂ System's script list 🚫
Automatic HTML report 🚫
Pretty interface 💩
Graph output ✨✅✨
Unnecessary tabs and menus 🚫
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].