Run Kali Linux on your Android device even with limited resources (RAM and Storage) and configure only necessary tools that you need after installing it.
-
Install
wgetpackage if not installed.pkg install wget -
Get installation script from Github
wget https://raw.githubusercontent.com/ychwah/termux-kali/master/install.sh -
Make it executable
chmod +x install.sh -
Run
install.sh./install.sh
Removing Kali Linux in Termux is as simple as 3 steps
-
Get uninstall script
wget https://raw.githubusercontent.com/ychwah/termux-kali/master/uninstall.sh -
Make it executable
chmod +x uninstall.sh -
Run
unnstall.sh./uninstall.sh
Kali Linux is a specialized Linux distribution geared towards penetration testing, security auditing, and /ethical hacking. It comes pre-packaged with a wide array of tools designed for various security tasks, making it a preferred choice for security professionals and researchers where the source files for Android are offered by Andronix, a powerful and versatile application that allows users to run a full-fledged Linux distribution on their Android devices without the need for root access.
