Skip to content

Commit fb23f5d

Browse files
committed
Readme modified
2 parents 2219295 + 1ddc529 commit fb23f5d

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

README.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,47 @@
1-
# NMapGUI
2-
Advanced Graphical User Interface for NMap
1+
![nmapgui](https://github.com/danicuestasuarez/NMapGUI/wiki/images/header.png)
2+
====
33

44
[![Build Status](https://travis-ci.org/danicuestasuarez/NMapGUI.svg?branch=develop)](https://travis-ci.org/danicuestasuarez/NMapGUI)
55
[![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)
66
[![codecov](https://codecov.io/gh/danicuestasuarez/NMapGUI/branch/develop/graph/badge.svg)](https://codecov.io/gh/danicuestasuarez/NMapGUI)
77

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+
![nmapgui](https://raw.githubusercontent.com/wiki/danicuestasuarez/NMapGUI/images/NMapGUI.png)
28+
![nmapgui](https://raw.githubusercontent.com/wiki/danicuestasuarez/NMapGUI/images/NMapGUIHTML.png)
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!
835
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

Comments
 (0)