Install kali linux without root on android using these commands.
🅿🅺🅳
using this command you can easly Install kali linux on your android phone .
#1 first Install termux
#2 use these commands...
pkg update && pkg upgrade
termux-setup-storage
pkg install wget
wget -O pkdnh https://raw.githubusercontent.com/pranavkdileep/Install-linux/main/pkdnh
you can use both of bellow
chmod +x pkdnh
./pkdnh
here if you want to access of your storage in linux so follow..
termux-setup-storage
now start the nethunter server
nh
sudo apt update
password is => kali
solve internet error
nano /etc/resolv.conf
write there bellow after SAVE that ( ctrl + x + y and enter ) and remove all from there
nameserver 8.8.8.8
nameserver 8.8.4.4
now update the packages
sudo apt update
now install vnc server for run our linux
sudo apt install kali-desktop-xfce dbus-x11 tigervnc-standalone-server -y
make some change in vnc server
nano .vnc/xstartup
write there bellow
#!/bin/bash
dbus-launch
startxfce4
make excutable vnc server
chmod +x .vnc/xstartup
now start the vnc server for run kali linux on android.
kex
for stop the kali linux
kex stop