Install Kali NetHunter on android without root access
Kali NetHunter is a free & Open-source Mobile Penetration Testing Platform for Android devices, based on Kali Linux.
Do you want to install Kali NetHunter on your android device ! Then follow the following steps.
Requirements for android kali NetHunter rootless install :
1) An android phone
2) Termux
Download Termux:
1) From Github
https://github.com/termux/termux-app/releases
Or
2) From F-Droid
https://f-droid.org/packages/com.termux/
[ Download the latest version ] Currently available Version 0.118.0
After downloading and installing Termux in your device, open the Termux app and enter the following commands.
apt update && apt upgrade
termux-setup-storage
pkg install wget
wget -O nethunter.sh https://offs.ec/2MceZWr
bash nethunter.sh
Now enter the image number you want to install.
When asked whether you want to delete the downloaded rootfs file, reply with N
After installation you can use below command to use NetHunter
nh
Or
nethunter
Type the below command to gain root access :
sudo su
Password: kali
0 Comments