/install-kali-termux

custom kali installation in termux

Primary LanguageShell

install-kali-termux

Custom Kali installation based on the minimal file-system of the official nethunter repositories from Offensive Security, in termux without the need of having your device rooted.

More functions were added than in the script provided by offensive security and I will add more when the time comes.

Open termux and paste this code to install kali on it:

apt update && apt install wget -y
wget -O install_kali https://git.io/JUnAD 
chmod +x install_kali
./install_kali

Short link to this page:

https://is.gd/kalitermux

NEW:

Support for x86 and AMD64 added; now you can install kali in an Android emulator!