This is a bash script by which you can install Kali Nethunter (Kali Linux) in your termux application without rooted phone.
- Install Dependencies In Termux
pkg update -y && pkg install git -y
- Git Clone Repo
git clone https://github.com/RaynerSec/bashmuxkali
- Change Directory
cd bashmuxkali
- Give Execution Permission
chmod +x bashmuxkali.sh
- Run Script
./bashmuxkali.sh <options>
usage: bashmuxkali.sh [-f] [-m] [-n] [-u] [-h]
Kali-Nethunter-In-Termux Installer
options:
-f, --full Install Kali Nethunter In Termux
Full Version.
-m, --minimal Install Kali Nethunter In Termux
Minimal Version.
-n, --nano Install Kali Nethunter In Termux
Nano Version.
-u, --uninstall Uninstall Kali Nethunter In
Termux.
-h, --help Show This Help Message And Exit.