08/13/2022
How to install Kali Nethunter in Android using
Termux | No Root || No Error |
$ pkg up -y
$ termux-setup-storage
$ pkg install wget -y
$ wget -O install-nethunter-termux https://offs.ec/2MceZWr
$ chmod +x install-nethunter-termux
$ ./install-nethunter-termux
$ nethunter kex passwd
$ nethunter kex &
https://drive.google.com/drive/folders/17T-PoZdfzQBZsPevcS7mQ-WSU2qR_JeF
#!/data/data/com.termux/files/usr/bin/bash -e VERSION=2020011601 BASE_URL=https://kali.download/nethunter-images/current/rootfs USERNAME=kali function unsupported_arch() { printf "${red}" echo "[*] Unsupported Architecture " printf "${reset}" exit } function ask() { # http://djm.me/ask while true; d...