Kali linux on android :Installing KALI LINUX in Any Android Phone Using Termux

kali linux emulator/kali linux mobile/kali linux for android : Installing KALI LINUX in Any Android Phone Using Termux  With Only A Few Commands 


Kali Linux is a Linux distribution based on Debian that is intended for ethical hacking, social engineering, Information Gathering , digital forensics and perforation testing.Since Its Debian Based It Utilizes dpkg and everything else, but however its famous for its pre-installed implements. 

Kali Linux has about 600+ pre-installed programs and software for perforation-testing. It was predicated on BackTrack, Most of the packages utilized by Kali are imported from Debian repositories.

To Use Kali Linux On Android You'll Need Termux, An Android Linux Emulator.Download Termux And Install It.

There Are Many Ways You Can Install Kali Linux Inside Termux But Here Are The Two Easiest Ways :

  • Using Proot-distro :
PRoot is a chroot, mount —bind, and binfmt misc utilizer-space implementation. 

This implicatively insinuates that users do not require any privileges or configuration to do things such as utilize an arbitrary directory as the incipient root filesystem, make files accessible elsewhere in the hierarchy of the filesystem, or transparently execute programs built for another CPU architecture via QEMU usermode. 

The proot-distro is a Bash script for managing Termux proot Linux Distributions.You Can Easily Install kali linux nethunter With It.

Open Termux & Install It :

apt-get update && apt-get install coreutils proot proot-distro -y 

After Its Installed :

proot-distro install nethunter && proot-distro login nethunter 


Using The AnLinux Script :

AnLinux Uses a Bash script to download and mount an image using PRoot.

To Use It To Install Kali Linux In One Command :

apt-grrret update && apt upgrade && apt-get install -qq install git tsu wget openssl-tool proot -y < /dev/null > /dev/null && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/SSH/Apt/ssh-apt.sh && bash ssh-apt.sh  


Comments