Install Kali Linux on android in 2022 without rooting

Hi guys welcome to this blog post .In this we are going to install Kali Linux in android mobile(No root ).


INSTALLATION

Install UserLand application from playstore and  Nethunter kex from nethunter store and open UserLand. You will see several distributions click on Kali it will download required packages.After packages get downloaded it will asks you enter username and password.The username and password is needed to login to Kali so remember the password.



Now upgrade it.

sudo apt full-upgrade

 Install udisks2.

sudo apt install udisks2 

 Remove udisks2.postinst file.

sudo rm /var/lib/dpkg/info/udisks2.postinst 

 Then.

sudo echo "" >> var/lib/dpkg/info/udisks2.postinst 

 Configure dpkg.

sudo dpkg --configure -a 

 apt-mark hold udisks2 

 Install xfce4-whiskermenu-plugin and qterminal tigervnc-standalone-server.

sudo apt install xfce4 xfce4-whiskermenu-plugin 

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

 Install tightvncserver.

sudo apt install tightvncserver 

 Now check your screen resolution you can search in google to find your screen resolution.

Edit the tigervncserver.conf file.

nano /etc/tigernvcserver.conf

Scroll down slowly until you this line "$geometry = "800x600";"

Edit that line according to the display size of your mobile.Then save it by pressing CTRL+s and CTRL+x to exit.

Now run the tightvncserver.

tightvncserver 

 Open nethunter kex and fill the box below the "Basic VNC" type Nethunter KeX.Edit VNC connection settings type localhost in VNC server and enter 1 in port section.Enter password you had set while installing Kali.Click on the Connect button.

Boom we have successfully installed Kali Linux.Before closing the Kali close the tightvncserver.

tightvncserver -kill :1 

 If you don't close the tightvncserver server then port number will increment so change port number in NetHunter kex .

Tip :

  • If you have plenty of storage space available in your device you might want to run sudo apt install -y kali-linux-default as well.It will install default Kali Linux tool's.

Post a Comment (0)
Previous Post Next Post