This is a script by which you can install Kali in your termux application without rooted device
Steps
- Update termux: apt-get update && apt-get upgrade -y
- Install wget: apt-get install wget -y
- Install proot: apt-get install proot -y
- Install git: apt-get install git -y
- Go to HOME folder: cd ~
- Download script: git clone https://github.com/MFDGaming/kali-in-termux.git
- Go to script folder: cd kali-in-termux
- Give execution permission: chmod +x kali.sh
- Run script: ./kali.sh
- Now just start kali: ./start.sh