Hello friends 🙋🏻♂️, Kali Linux is an extremely huge OS for hackers and most of the Kali Linux Tools work on CLI(Command Line interface), In This post, I am going to show you that how you can install Kali Linux shell In Termux, and Practice Command-line Interface on your Phone. It's a Very Quick installation Post.
What is Termux Kali Linux Shell?
Kali is a Linux distributed that is widely used by a majority of hackers and Penetration testers. Termux Kali Linux Shell is just a Small interface created by Andronix Team. This creates a Root Shell in Termux without rooting your phone. This will also not take a Huge amount of your Storage like GUI do because of its only command-line interface.
Using this shell, you can learn how the actual Linux works and what are the difference command between termux and Kali Linux. You can practice all types of Linux commands, and you can also install some Linux tools in termux as well, but if your phone is not rooted some of them won't work. While using this tools, if you use any Tool it will detect you as a Linux user.
The installation is Script is made by Andronix and you can also check out Andronix app on Play store for more OS like this.
***NOTE: This post is only for educational purpose. And this post and website does not support any criminal activity. If you are doing any misuse of this information, this site is not responsible for that. WE ONLY SUPPORT ETHICAL HACKING.
Install Kali Linux Shell in Termux :
This is a combined command for installation of Termux Kali Shell, you can just copy the command and directly paste it into your termux and the shell will be automatically installed the tool in Termux.
pkg update -y && pkg install curl proot tar -y && curl https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Kali/kali.sh | bash
During the installation, if it prompts anything, Just Press Enter.
Run Kali Linux Shell in Termux :
To run the Kali Linux you have to use a Single and your terminal will be switched from Termux shell to kali Linux Shell. Keep in mind that whenever you want to switch to the Kali Linux shell, You have to First change to your home directory, then you can run the shell using the below command.
./start-kali.sh
Now, if you will see Root@localhost: instead on the $ sign, It means the kali Linux shell is installed perfectly.
Now You can type any linux command like type neofetch, and you will see the kali linux info.
neofetch
Here you can see that neofetch is detected us as Kali Linux and not as Android user.
Uninstall Kali Linux Shell in Termux :
If you want to Uninstall the Kali Linux shell, and you want to go back to the Termux shell, then you have to just paste the below command in Termux.
curl https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Uninstall/Kali/UNI-kali.sh | bash
After pasting this command, the shell will be installed in less than in few seconds.
Conclusion :
Termux Kali Linux shell is just a mini version of the Orignal kali linux shell, It is perfect if you want ot use kali Linux commands in termux but don't expect too much from it. If you want to use full shell then you can install fish-shell in Termux, It will help you autocorrect you while using the commands in Termux You can also Try parrot shell in Termux. If you have any questions regarding the above method then you can comment down below, Thanks For reading Guys, and please support my post and as always Stay Ethical Hacker.