Inspired by Learn Bitcoin's comprehensive
guide on PGP, I've decided to create a tutorial on installing Kali NetHunter on Android device (Rootless).
Using this Android users will gain the ability to utilize PGP encryption on their devices with NetHunter. Hence completing the trilogy of guides on PGP across Windows, Linux and Android platform.
This tutorial is made on Android 11, but it should also work seamlessly on Android 12, 13 and 14.
Minimum installation requirements:
- 1. Minimum 15–20 GB of storage (Depends on the version you choose)
- 2. Knowledge of Command Prompt and Terminal apps
- 3. A working brain
➥ Step 1: Install Termux app from
github/
F-droid (Use VPN, in case of slow download).
➥ Step 2: Open termux and enter the following command to update package
pkg update -y
➥ Step 3: When prompted for an action press
Y and
so you install the package maintainer’s version (6 times)
➥ Step 4: Allow storage permission
termux-setup-storage
➥ Step 5: Install wget
pkg install wget
➥ Step 6: Download NetHunter installation file
wget -O install-nethunter-termux https://offs.ec/2MceZWr
➥ Step 7: Change permission to execute the file
chmod +x install-nethunter-termux
➥ Step 8: Execute the file
./install-nethunter-termux
➥ Step 9: Enter the image you wanna install. You can choose full, minimal, nano. I will go for no 1.
➥ Step 10: Press
N when asked for delete
rootfs (The installation will take a while, 15-30 minutes depending on your internet speed).
After step 10, you will have to fix dbus-x11 error. Users are most likely to get this error after the first installation. To fix this problem you just have to change the DNS server and update some package.Fix dbus-x11 error
➥ Step 11: Run the following command
nh -r
➥ Step 12: Open the file /etc/resolve.conf
nano /etc/resolve.conf
➥ Step 13: Edit the ip address to
8.8.8.8, Then Press
ctrl + x and enter
Y to save
➥ Step 14: Run apt update and apt install dbus
apt update
apt install dbus-x11 -y
Now that we have fixed the error, we can continue further....➥ Step 15: Enter NetHunter and Set the password for Kex VNC (press N to entering a view-only password)
➥ Step 16: Note down the port number, you will need it in step 19.
➥ Step 17: Download
Nethunter app and install it.
➥ Step 18: Open the NetHunter app and search for Kex, install it and open it.
➥ Step 19: Enter the port number, username as kali, and your password from step 16 and press connect.
➥ Step 20: Voila!!! Now you have Rootless Kali NetHunter GUI on your Android device.
➥ Related Tutorials:➥ Reference used:https://www.youtube.com/davidbombalhttps://www.kali.org/docs/nethunter/nethunter-rootless/https://store.nethunter.com/https://github.com/termux/termux-app/issues/236