install.sh #!/data/data/com.termux/files/usr/bin/bash
echo "🔧 Updating Termux..." pkg update && pkg upgrade -y
echo "📦 Installing required packages..." pkg install wget curl git proot tar unzip proot-distro -y
echo "🐍 Installing Kali Linux (NetHunter Rootless)..." proot-distro install kali
echo "⚙️ Creating 'kali' shortcut command..." echo -e '#!/data/data/com.termux/files/usr/bin/bash\nproot-distro login kali\nvncserver :1' > $PREFIX/bin/kali chmod +x $PREFIX/bin/kali
echo "🧬 Entering Kali to install tools..."
kali -c "apt update && apt upgrade -y &&
apt install -y kali-linux-core nmap hydra sqlmap metasploit-framework john wireshark tshark net-tools curl git unzip xfce4 xfce4-goodies tightvncserver &&
vncserver :1"
echo "✅ Installation complete!" echo "👉 To start Kali anytime, type: kali" echo "👉 To launch GUI: open VNC Viewer and connect to 127.0.0.1:5901"
README.md (copy-paste exactly):
This repository contains a full installer script for Kali Linux NetHunter Rootless environment on Android 15 via Termux.
- Kali Linux rootless installation (no root required)
- XFCE GUI via VNC
- Pre-installed pentesting tools (Metasploit, Nmap, Hydra, SQLmap, John, Wireshark, etc.)
- Easy
kalicommand shortcut - Auto-starts VNC server on launch
-
Open Termux (F-Droid version recommended)
-
Download and run the installer script:
wget https://raw.githubusercontent.com/LeanDough007/nethunter-android15/main/install.sh -O install.sh
bash install.sh
kali
127.0.0.1:5901
vncserver -kill
License
MIT License
---
4. **Commit and push your changes**
---
### Done! You’ll get your own public GitHub repo ready with:
- `install.sh` full script
- `README.md` usage guide
- Easy one-liner install command for Termux
---
If you want, I can generate