|
1 | | -# NMapGUI |
2 | | -Advanced Graphical User Interface for NMap |
| 1 | + |
| 2 | +==== |
3 | 3 |
|
4 | 4 | [](https://travis-ci.org/danicuestasuarez/NMapGUI) |
5 | 5 | [](https://www.codacy.com/app/danicuestasuarez/NMapGUI?utm_source=github.com&utm_medium=referral&utm_content=danicuestasuarez/NMapGUI&utm_campaign=Badge_Grade) |
6 | 6 | [](https://codecov.io/gh/danicuestasuarez/NMapGUI) |
7 | 7 |
|
| 8 | + |
| 9 | +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 |
| 10 | + |
| 11 | +If you have any questions about NMapGUI usage or want to get in contact with me, please visit: |
| 12 | + |
| 13 | +* [Twitter](https://twitter.com/Danielcues) |
| 14 | +* [LinkedIn](https://www.linkedin.com/in/danicuesta/) |
| 15 | + |
| 16 | + |
| 17 | +#### Features |
| 18 | +* Multiple command execution at the same time. |
| 19 | +* Standard NMap output. |
| 20 | +* HTML report NMap output. |
| 21 | +* Saving output as XML. |
| 22 | +* Output minimizing, maximizing and deleting. |
| 23 | +* Menu to find most of nmap options. |
| 24 | +* Start and stop the webapp at any moment. |
| 25 | + |
| 26 | +## Screenshots |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +## Installation |
| 31 | + |
| 32 | +For the moment, NMapGUI can't be installed, it's just a compressed java jar application. |
| 33 | + |
| 34 | +So just go to the [releases page](https://github.com/danicuestasuarez/NMapGUI/releases) and download the latest zip, unzip it and enjoy NMapGUI! |
8 | 35 | On progress: Menu creation |
| 36 | + |
| 37 | +## Usage |
| 38 | + |
| 39 | +### Starting the application |
| 40 | + |
| 41 | +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: |
| 42 | + |
| 43 | +`nohup java -jar nmapGUI-0.3.1-snapshot.jar $` |
| 44 | + |
| 45 | +as it will let you close the console and still use the app. |
| 46 | + |
| 47 | +Visit [our wiki](https://github.com/danicuestasuarez/NMapGUI/wiki/Using-NMapGUI) to find out how to use NMapGUI |
0 commit comments