This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 892
Building Nethunter
Mati Aharoni edited this page Dec 19, 2015
·
5 revisions
Those of you who want to build a NetHunter image from our GitHub repositories may do so using our Python build scripts.
root@kali:~# git clone https://github.com/offensive-security/kali-nethunter
root@kali:~# cd kali-nethunter/AnyKernel2
The main build script is located in the AnyKernel2 directory, and can be used to build images for multiple devices and Android OS versions, as shown below:
root@kali:~/kali-nethunter/AnyKernel2# python build.py -h
usage: build.py [-h] [--device DEVICE] [--kitkat] [--lollipop] [--marshmallow]
[--forcedown] [--noaroma] [--uninstaller] [--kernel]
Nethunter zip builder
optional arguments:
-h, --help show this help message and exit
--device DEVICE, -d DEVICE
Device names: manta flounder flo grouper shamu
hammerhead mako oneplus2cm oneplus2 oneplus1
--kitkat, -kk Android.4.4.4
--lollipop, -l Android 5
--marshmallow, -m Android 6
--forcedown, -f Force redownloading
--noaroma, -n Use a generic updater-script instead of Aroma
--uninstaller, -u Create an uninstaller
--kernel, -k Build kernel only
root@kali:~/kali-nethunter/AnyKernel2#
To build a Lollipop image for a OnePlus One device:
root@kali:~/kali-nethunter/AnyKernel2# python build.py -d oneplus1 --lollipop
The resulting zip file image will be created in the AnyKernel2 directory – this is the zip file you will need to flash on your device later on.
###Table of Contents
- Supported Devices and ROMs
- Downloading NetHunter
- Building NetHunter
- Installing NetHunter
- Gemini PDA Installation
- Post Installation Setup
- Kali NetHunter Attacks
- Porting NetHunter
- Known Working Hardware
###NetHunter Developers
###NetHunter Community
- IRC Freenode #nethunter
- Kali NetHunter forums