Kali NetHunter in Termux – Installation, Usage & Basic Commands

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 -y

Download NetHunter installation script:

wget -O install-nethunter-termux https://offs.ec/2MceZWr

Give permission to the script:

chmod +x install-nethunter-termux

Run the installer:

./install-nethunter-termux

Select installation type:

[1] NetHunter ARM64 (full)
[2] NetHunter ARM64 (minimal)
[3] NetHunter ARM64 (nano)

Enter the image you want to install: 1

Usage Commands

Start NetHunter CLI:

nethunter

Set KeX password:

nethunter kex passwd

Start NetHunter GUI:

nethunter kex start

Stop NetHunter GUI:

nethunter kex stop

Run NetHunter as root:

nethunter -r

NetHunter 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.conf

Update and upgrade installed packages:

apt update && apt upgrade -y

Check Kali NetHunter version:

cat /etc/os-release

Install a tool:

apt install git

List files and folders:

ls

Check disk usage:

df -h

Clear terminal screen:

clear
SHARE THIS POST: