Skip to content

Commit e3e5d96

Browse files
committed
Merge branch 'hotfix-0.4.1'
2 parents 421bd6c + 5cd8823 commit e3e5d96

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
![nmapgui](https://github.com/danicuestasuarez/NMapGUI/wiki/images/header.png)
22
====
33

4+
[![GitHub (pre-)release](https://img.shields.io/github/release/danicuestasuarez/NMapGUI/all.svg)](https://github.com/danicuestasuarez/NMapGUI/releases/latest)
45
[![Build Status](https://travis-ci.org/danicuestasuarez/NMapGUI.svg?branch=develop)](https://travis-ci.org/danicuestasuarez/NMapGUI)
6+
[![Codecov](https://codecov.io/gh/danicuestasuarez/NMapGUI/branch/develop/graph/badge.svg)](https://codecov.io/gh/danicuestasuarez/NMapGUI)
57
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/37479ced18a04d4e8f1c38753b22003c)](https://www.codacy.com/app/danicuestasuarez/NMapGUI?utm_source=github.com&utm_medium=referral&utm_content=danicuestasuarez/NMapGUI&utm_campaign=Badge_Grade)
6-
[![codecov](https://codecov.io/gh/danicuestasuarez/NMapGUI/branch/develop/graph/badge.svg)](https://codecov.io/gh/danicuestasuarez/NMapGUI)
8+
[![Issues](https://img.shields.io/github/issues-raw/danicuestasuarez/NMapGUI.svg)](https://github.com/danicuestasuarez/NMapGUI/issues)
9+
[![Discord](https://img.shields.io/discord/357162772108148736.svg?colorB=7282ea)](https://discord.gg/5s6kUA6)
710

811

912
NMapGUI is an advanced graphical user interface for NMap network analysis tool. It allows to extend and ease the typical usage of NMap by providen a visual and fast interface with the application
@@ -24,9 +27,21 @@ If you have any questions about NMapGUI usage or want to get in contact with me,
2427
* Menu to find most of nmap options.
2528
* Start and stop the webapp at any moment.
2629

30+
### Zenmap vs NMapGUI
31+
| | Zenmap| NMapGUI |
32+
| ---: | :---: | :---: |
33+
| __Multiple parallel commands__ | :no_entry_sign: | :white_check_mark:|
34+
| __Option menu__ | :no_entry_sign: | :white_check_mark: |
35+
| __Automatic HTML report__ | :no_entry_sign: | :white_check_mark:|
36+
| __Pretty interface__ | :poop: | :white_check_mark:|
37+
| __Graph output__ | :white_check_mark: | :sparkles::white_check_mark::sparkles: |
38+
| __Unnecessary tabs and menus__ | :white_check_mark: | :no_entry_sign: |
39+
| __Installation method__ | Installer | Portable |
40+
2741
## Screenshots
2842
![nmapgui](https://raw.githubusercontent.com/wiki/danicuestasuarez/NMapGUI/images/NMapGUI.png)
2943
![nmapgui](https://raw.githubusercontent.com/wiki/danicuestasuarez/NMapGUI/images/NMapGUIHTML.png)
44+
![nmapgui](https://raw.githubusercontent.com/wiki/danicuestasuarez/NMapGUI/images/NMapGUIGraph.png)
3045

3146
## Installation
3247

@@ -39,9 +54,9 @@ On progress: Menu creation
3954

4055
### Starting the application
4156

42-
For the moment, you will have to execute the jar file. If you have java properly configured in your Linux 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:
57+
For the moment, you will have to execute the jar file. If you have java properly configured in your Linux 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:
4358

44-
`nohup java -jar nmapGUI-0.3.1-snapshot.jar $`
59+
`nohup java -jar nmapGUI-0.4.1-snapshot.jar $`
4560

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.uniovi.nmapgui</groupId>
77
<artifactId>nmapGUI</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>NMapGUI</name>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
server.port=8080
2+
server.address=127.0.0.1

0 commit comments

Comments
 (0)