Passionate cybersecurity enthusiast and Linux tinkerer. I love building tools that make advanced security environments accessible on mobile devices.
I developed a custom installer script that brings full Kali Linux (NetHunter) to Android devices via Termux with ease. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
termux-setup-storage
apt update -y
pkg install wget -y
git clone https://github.com/onxx-x143/Kali-Linux.git
cd Kali-Linux
chmod +x main.sh
bash main.sh
Key Features:
- Supports ARM64 and ARMhf architectures
- Multiple rootfs variants: full, minimal, nano
- Automatic dependency management
- SHA verification for security
- Custom launchers for CLI and KeX GUI
- User-friendly interactive installation
# Quick start after installation:
nh # Start Kali CLI
nh -r # Start as root
kex passwd # Set VNC password
kex start # Launch GUI
🚀🥷🏻 by onxx-x143