Skip to content

Full Kali NetHunter Rootless installer script for Android 15 via Termux

License

Notifications You must be signed in to change notification settings

LeanDough/nethunter-android15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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):

Kali NetHunter Rootless Installer for Android 15

This repository contains a full installer script for Kali Linux NetHunter Rootless environment on Android 15 via Termux.

Features

  • Kali Linux rootless installation (no root required)
  • XFCE GUI via VNC
  • Pre-installed pentesting tools (Metasploit, Nmap, Hydra, SQLmap, John, Wireshark, etc.)
  • Easy kali command shortcut
  • Auto-starts VNC server on launch

Usage

  1. Open Termux (F-Droid version recommended)

  2. 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

About

Full Kali NetHunter Rootless installer script for Android 15 via Termux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published