Skip to content

Commit

Permalink
Add basic description
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Jan 15, 2015
1 parent 8cad43e commit 360854f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# NetworkMapper
Android frontend for Nmap Security Scanner

Network Mapper is Android frontend for well known Nmap scanner. Frontend will help you to download and install nmap as well as use it.

Frontend supports all known Android architectures: arm, mips and x86.

Network Mapper is released under open source license and source is available on GitHub.

# Build

Clone repository, change directory to project and issue following command:

ANDROID_HOME=/opt/Android/Sdk gradle build

You can check other tasks available:

ANDROID_HOME=/opt/Android/Sdk gradle tasks

Note: you must have gradle version 2 or higher


0 comments on commit 360854f

Please sign in to comment.