All Projects → kost → Nmap Android

kost / Nmap Android

Nmap on Android - Makefile/diff/scripts to build it with Android NDK

Labels

Projects that are alternatives of or similar to Nmap Android

Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (-5.88%)
Mutual labels:  makefile
Macos Fn Toggle
A macOS app to quickly toggle the behavior of the fn key.
Stars: ✭ 178 (-4.81%)
Mutual labels:  makefile
Badges
📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours!
Stars: ✭ 2,987 (+1497.33%)
Mutual labels:  makefile
Pyeco
pyeco翻译
Stars: ✭ 177 (-5.35%)
Mutual labels:  makefile
Kios
A Linux OS created by Buildroot which runs Kerberos Open Source out-of-the-box.
Stars: ✭ 178 (-4.81%)
Mutual labels:  makefile
351elec
Handheld firmware optimized for the Anbernic RG351P/M devices.
Stars: ✭ 179 (-4.28%)
Mutual labels:  makefile
Hx dk for nordic 52840 ble
该代码仓主要用于发布基于红旭开发板的NORDIC 52840 BLE教程(This repository is mainly to publish the NORDIC 52840 BLE tutorials based on the HX DK)
Stars: ✭ 175 (-6.42%)
Mutual labels:  makefile
Redox
Mirror of https://gitlab.redox-os.org/redox-os/redox
Stars: ✭ 13,611 (+7178.61%)
Mutual labels:  makefile
Vpnpivot
Explore the network using VPNPivot tool
Stars: ✭ 179 (-4.28%)
Mutual labels:  makefile
Rudix
Build system target on macOS
Stars: ✭ 184 (-1.6%)
Mutual labels:  makefile
Usb2 Power Hub
4-Port High Power USB 2.0 Hub
Stars: ✭ 178 (-4.81%)
Mutual labels:  makefile
Shashlik Build
Stars: ✭ 178 (-4.81%)
Mutual labels:  makefile
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (-2.67%)
Mutual labels:  makefile
Binary Samples
Samples of binary with different formats and architectures. A test suite for your binary analysis tools.
Stars: ✭ 177 (-5.35%)
Mutual labels:  makefile
Alpine Elixir
A Dockerfile based on my alpine-erlang image for Elixir applications
Stars: ✭ 186 (-0.53%)
Mutual labels:  makefile
Zeus
An Electrifying Build System
Stars: ✭ 176 (-5.88%)
Mutual labels:  makefile
React Makes You Sad
Here’s a flowchart to make you happy again!
Stars: ✭ 2,094 (+1019.79%)
Mutual labels:  makefile
Rust Empty
A Makefile to get started with Rust (DEPRECATED)
Stars: ✭ 187 (+0%)
Mutual labels:  makefile
Nvidia Docker
Build and run Docker containers leveraging NVIDIA GPUs
Stars: ✭ 13,961 (+7365.78%)
Mutual labels:  makefile
Rust Async
Demystifying Asynchronous Rust
Stars: ✭ 184 (-1.6%)
Mutual labels:  makefile

nmap-android

Nmap on Android - Makefile/diff/scripts to build it with Android NDK

Put android/ directory to nmap source root.

Go to android directory and say:

make doit

Or if you have Android NDK already, just specify NDK location and issue following command:

make havendk NDK=/opt/android-ndk-r12b

Transfer binaries and supporting files to android (adb, wireless, ...)

OpenSSL support

make openssl havendk OPENSSL=1 NDK=/opt/android-ndk-r12b

Have fun!

NDK Custom builds

In case you already have NDK and you already have NDK copied:

make NDK=/data/opt/android-ndk-r12b NDKDEST=/data/opt/ndk-arm OPENSSL=1 openssl build install strip
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].