How to install kali-Linux on an android phone without root

install kali-Linux on android – Hello, guys in this article I’m going to show you how to install kali Linux on android without root. install-nethunter-termux

What is kali-Linux?

Kali Linux is a Debian-based Linux distribution aimed at advanced Penetration Testing and Security Auditing. Kali contains several hundred tools that are geared towards various information security tasks, such as Penetration Testing, Security research, Computer Forensics, and Reverse Engineering. Kali Linux is developed, funded, and maintained by Offensive Security, a leading information security training company. 

The requirement to install kali-Linux on android:

  • Termux application
  • Vnc viewer application
  • Android 5.0 and above

How to install kali-Linux on android?

step 1:

First of all open the termux application and update&upgrade.

apt update && apt upgrade -y

The above command updates our termux application packages. It will also upgrade.

step 2:

Now our packages and our termux application are upgraded. now just run the below command

pkg install fish -y

It will take 5-10 seconds to do. after that just type the below command.

fish

Step 3:

Now we are in fish mode. so next, we need to give our phone storage access to termux. type this below command

termux-setup-storage

Just hit enter now our phone ask storage permission. just allow it.

Step 4: 

Now we need to install the wget package on our termux. it will help to download the Linux core.

pkg install wget -y

Step 5:

Now we are ready to initialize kali Linux on our termux application. type this below command.

wget -O install-nethunter-termux https://offs.ec/2MceZWr

it will take 2-5 seconds to complete this process. type below command.

ls 

Now you will see the “install-nethunter-termux” bash script.

How to install kali-Linux on android phone without root
How to install kali-Linux on android phone without root

Step 6:

Now we need to give them permission to read-write and execute to the INSTALL-NETHUNTER-TERMUX bash file by using the command.

chmod +x install-nethunter-termux

How to install kali-Linux on android phone without root

Step 7:

Now we are ready to download the kali-Linux file from the source. so let’s use our next command to download the Kali Linux file into our termux application.

./install-nethunter-termux

or

bash install-nethunter-termux

How to install kali-Linux on android phone without root
How to install kali-Linux on android phone without root
How to install kali-Linux on android phone without root
download linux android phone
How to install kali-Linux on android phone without root
How to install kali-Linux on android phone without root

The above command downloads the kali Linux file into our phone storage. it will take a lot of time (depending on our internet speed) because the file size is 1.2 GB.

Step 8: 

After downloading the kali-Linux file we need to set a kex or vnc password. for that just follow the below command.

nethunter kex passwd

this command asks for your password. so set your password at least 8 characters. it will ask again one time to verify your password. Now your vnc password is set successfully.

that’s it guys now our kali-Linux is configured successfully on our android phone.

Step 9: 

Now we enable to start the kex (vnc) server. so type the below command.

nethunter kex &

Step 10: 

then minimize the termux application and open the VNC viewer application. Click on the plus icon to create a profile.it will ask for an IP address and machine name.

give any name for your favorite. and the IP address is typed below

localhost:5901

just click on done.

vnc application install-nethunter-termuxconnect linux on vnc application install-nethunter-termux

Now it will ask password so put your terminal password into that box and click on continue.

load linux on vnc application install-nethunter-termuxset username and password install-nethunter-termux

Then it will connect automatically connect our kali-Linux desktop with our VNC application. now we can run & install any packages with our Linux machine.

install-nethunter-termux

How to open again in our kali-Linux? 

Open the termux application and enter the below command.

nethunter

   or

nh

it will start our kali-Linux terminal in our termux.

How to open again in our vnc application?

Open the termux application and enter the below command.

fish
nethunter kex &
how to open again

And go to our vnc application click your machine it will ask your password if type password. Linux desktop view will open.

install-nethunter-termuxinstall-nethunter-termux

Post a Comment

Previous Post Next Post