Skip to main content

How to install kali-linux on android phone without root

  Hello guys in this article i'm going to show you how to install kali linux on android without root.

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 which 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.

Requirement to install linux on android:

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

How to install linux on android without root?

step 1:

First of all open termux application and update&upgrade.

apt update && apt upgrade -y

this above command update our termux application packages. It will also upgrade.

step 2:

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

pkg install fish -y

It will take 5-10 seconds to do. after that just type the blow 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 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 after complete this process type blow command.

ls 

Now you will see "install-nethunter-termux" bash script.




Step 6:

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

chmod +x install-nethunter-termux


 


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

 





This above command download 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 blow command.

nethunter kex passwd

this command ask you password. so set your password at least 8 character. 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 configured successfully on our android phone.

Step 9: 

Now we enable to start the kex (vnc) server. so type the blow 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 type this below 

localhost:5901

just click on done.



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



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.



How to open again in our kali-linux? 

Open 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 termux application and enter the below command.

fish
nethunter kex &

 

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




video tutorial



Comments

Popular posts from this blog

Sslyze-analyze the SSL configuration of a server by connecting to it

 What is SSLyze? SSLyze is a Python tool that can analyze the SSL configuration of a server by connecting to it. It is designed to be fast and comprehensive, and should help organizations and testers identify mis-configurations affecting their SSL servers. Feature of Sslyze Multi-processed and multi-threaded scanning (it’s fast) SSL 2.0/3.0 and TLS 1.0/1.1/1.2 compatibility Performance testing: session resumption and TLS tickets support Security testing: weak cipher suites, insecure renegotiation, CRIME, Heartbleed and more Server certificate validation and revocation checking through OCSP stapling Support for StartTLS handshakes on SMTP, XMPP, LDAP, POP, IMAP, RDP and FTP Support for client certificates when scanning servers that perform mutual authentication XML output to further process the scan results How to install sslyze Just you type this below command in your terminal this command's will help you to install sslyze on your computer and termux. Linux sudo apt-get install ssl...

xprobe2 - A Remote active operating system fingerprinting tool

What is Xprobe2? xprobe2 - A Remote active operating system fingerprinting tool xprobe2 is an active operating system fingerprinting tool with a different approach to operating system fingerprinting. xprobe2 relies on fuzzy signature matching, probabilistic guesses, multiple matches simultaneously, and a signature database. The operation of xprobe2 is described in a paper titled " xprobe2 - A 'Fuzzy ' Approach to Remote Active Operating System Fingerprinting" Option's How to install Xprobe2 First you need to open your terminal after that you type this below command in your terminal this command will help you to install this xprobe2 package. Linux sudo apt install xprobe Termux pkg install xprobe How to use xprobe Just use this below command or see this below image. sudo xprobe2 ( Domain name ) Example's xprobe2 -v -D 1 -D 2 192.168.1.10 Will launch an OS fingerprinting attempt targeting 192.168.1.10. Modules 1 and 2, which are reachability tests, will be di...

Root android phone with one click without computer

 What is framaroot? Framaroot is a free android app which can root almost every device in one click without any need of PC/Computer. Framaroot has its own complex exploits which vary from device to device according to its chipset model and android version. In newer versions of Framaroot, you can unroot your android phone in one click too Feature of Framaroot Root android phone with one click Install SuperSu Unroot or execute Advanced user How to Download and install Framaroot First you download framaroot application on your android phone so click this below download button. Now Install it with a file explorer or directly from your internet browser, if android warn you about security risk, say OK and check Unknown sources to allow install of applications outside of Play Store. How to use Open your Framaroot and select one of the following action: Install SuperSU, Unroot or Execute script (for advanced users) Possible case once application is launched A popup saying "Your device see...