You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
13
13
14
14
If you have any questions about NMapGUI usage or want to get in contact with me, please visit:
15
15
@@ -25,14 +25,15 @@ If you have any questions about NMapGUI usage or want to get in contact with me,
25
25
* Interactive traceroute graph output
26
26
* Saving output as XML.
27
27
* 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.
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:
63
64
64
-
`nohup java -jar nmapGUI-0.5.1-snapshot.jar $`
65
+
`nohup java -jar nmapGUI-0.6-snapshot.jar $`
65
66
66
67
as it will let you close the console and still use the app.
0 commit comments