Kali NetHunter is a mobile version of Kali Linux that runs inside Termux without root. It provides a full Kali Linux environment on Android devices, where many Linux tools and packages run easily. It is simple to set up and useful for learning Linux and security tools. You can use it anytime directly from your phone.
Requirements
Before installing Kali NetHunter in Termux, make sure your device meets some basic requirements for smooth performance and proper setup.
- Processor required: 64-bit CPU (ARM64 recommended).
- Internet data required: Approx 2GB – 3GB.
- Free storage required: Minimum 5GB.
- Android version required: Android 7.0 or above.
- RAM required: Minimum 3GB.
- Required installation time: Approx 30–60 minutes.
Installation Commands
Update Termux and install required packages:
pkg update && pkg upgrade && pkg install wget -yDownload NetHunter installation script:
wget -O install-nethunter-termux https://offs.ec/2MceZWrGive permission to the script:
chmod +x install-nethunter-termuxRun the installer:
./install-nethunter-termuxSelect installation type:
[1] NetHunter ARM64 (full)
[2] NetHunter ARM64 (minimal)
[3] NetHunter ARM64 (nano)
Enter the image you want to install: 1Usage Commands
Start NetHunter CLI:
nethunterSet KeX password:
nethunter kex passwdStart NetHunter GUI:
nethunter kex startStop NetHunter GUI:
nethunter kex stopRun NetHunter as root:
nethunter -rNetHunter Basic Commands
NetHunter basic commands help you use Kali NetHunter inside Termux easily and perform everyday tasks without confusion.
Setup internet connection inside NetHunter:
echo "nameserver 8.8.8.8" > /etc/resolv.confUpdate and upgrade installed packages:
apt update && apt upgrade -yCheck Kali NetHunter version:
cat /etc/os-releaseInstall a tool:
apt install gitList files and folders:
lsCheck disk usage:
df -hClear terminal screen:
clear