Skip to content

Commit b98e67b

Browse files
committed
Bumped version number to 0.6
1 parent 7a898b9 commit b98e67b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Discord](https://img.shields.io/discord/357162772108148736.svg?colorB=7282ea)](https://discord.gg/5s6kUA6)
1010

1111

12-
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
12+
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
1313

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

@@ -25,14 +25,15 @@ If you have any questions about NMapGUI usage or want to get in contact with me,
2525
* Interactive traceroute graph output
2626
* Saving output as XML.
2727
* Output minimizing, maximizing and deleting.
28-
* Menu to find most of nmap options.
28+
* Menu to find most of nmap options and your system's scripts.
2929
* Start and stop the webapp at any moment.
3030

3131
### Zenmap vs NMapGUI
3232
| | Zenmap| NMapGUI |
3333
| ---: | :---: | :---: |
3434
| __Multiple parallel commands__ | :no_entry_sign: | :white_check_mark:|
3535
| __Option menu__ | :no_entry_sign: | :white_check_mark: |
36+
| __ᴺᴱᵂ System's script list__ | :no_entry_sign: | :white_check_mark: |
3637
| __Automatic HTML report__ | :no_entry_sign: | :white_check_mark:|
3738
| __Pretty interface__ | :poop: | :white_check_mark:|
3839
| __Graph output__ | :white_check_mark: | :sparkles::white_check_mark::sparkles: |
@@ -61,7 +62,7 @@ On progress: Menu creation
6162

6263
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:
6364

64-
`nohup java -jar nmapGUI-0.5.1-snapshot.jar $`
65+
`nohup java -jar nmapGUI-0.6-snapshot.jar $`
6566

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

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.5.1-SNAPSHOT</version>
8+
<version>0.6-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>NMapGUI</name>

0 commit comments

Comments
 (0)