Install Kali Linux in android without termux(no root)

 Hi guys,welcome to Mr.Ethical YT blog.In this blog post Iam going to show you about how to install Kali Linux in android without using Termux.

  • INSTALLATION

First of all install UserLand application from playstore and open it.


As you can see we can install several linux distributions.But for now we are going install install Kali Linux ,So click on Kali .Now it will asks you to set username and password, set them and click on continue. It will asks you to choose connection type SSH, VNC click on ssh, All required packages will be installed so wait some. After packages get installed you have to enter your password to login into Kali Linux. We have installed Kali Linux without GRAPHICAL USER INTERFACE so let's setup gui. 

 First update and upgrade it.

sudo apt update &&sudo apt full-upgrade -y
install udisks2
sudo apt install udisks2
Remove udisks2.postinst
sudo rm /var/lib/dpkg/info/udisks2.postinst
Add udisks2.postinst
echo " ">> /var/lib/dpkg/info/udisks2.postinst 

Configure dpkg.

sudo dpkg --configure -a 

Set udisks2 on hold.
sudo apt-mark hold udisks2
Install xfce 4 and xfce4-whiskermenu-plugin.
sudo apt install xfce4 xfce4-whiskermenu-plugin 

 Then run this command.

sudo apt install qterminal dbus-x11 firefox-esr tigervnc-standalone-server kali-themes 

 Install tightvncserver.

sudo apt install tightvncserver 

Edit  tightvncserver file to set geometry.

nano /usr/bin/tightvncserver 

Scroll down slowly until you see  $geometry = "1024x768";.

Now check your screen resolution set it . $geometry = "your screen resolution";

After this save it by Pressing CTRL and s & exit by pressing CTRL and x.

Type cd 

cd 

Here run tightvncserver

tightvncserver 

Open nethunter kex and fill the parameters

 

After entering localhost,port and password click on connect.

That's it we had installed Kali Linux in android

Post a Comment (0)
Previous Post Next Post