/kali-in-termux

This is a script by which you can install Kali in your termux application without rooted phone

Primary LanguageShell

kali-in-termux

This is a script by which you can install Kali in your termux application without rooted device

Steps

  1. Update termux: apt-get update && apt-get upgrade -y
  2. Install wget: apt-get install wget -y
  3. Install proot: apt-get install proot -y
  4. Install git: apt-get install git -y
  5. Go to HOME folder: cd ~
  6. Download script: git clone https://github.com/MFDGaming/kali-in-termux.git
  7. Go to script folder: cd kali-in-termux
  8. Give execution permission: chmod +x kali.sh
  9. Run script: ./kali.sh
  10. Now just start kali: ./start.sh