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
@@ -24,9 +27,21 @@ If you have any questions about NMapGUI usage or want to get in contact with me,
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:
43
58
44
-
`nohup java -jar nmapGUI-0.3.1-snapshot.jar $`
59
+
`nohup java -jar nmapGUI-0.4.1-snapshot.jar $`
45
60
46
61
as it will let you close the console and still use the app.
0 commit comments