Want to turn your Android phone into a hacking tool? This guide teaches you the Termux command to install Kali Linux without root. Follow simple steps, use GitHub scripts, and explore tools like Metasploit. Let’s start!
- 1 Install Kali Linux in Termux Without Root GitHub
- 2 Kali Linux Termux Commands List
- 3 Kali Linux Termux Commands PDF
- 4 How to Install Kali Linux in Termux With Root
- 5 Kali Linux Termux GitHub
- 6 Nethunter Store
- 7 Install-nethunter-termux
- 8 How to Start VNC Server in Kali Linux Termux
- 9 Termux Command
- 10 FAQs
Install Kali Linux in Termux Without Root GitHub
You don’t need root access to run Kali Linux on Termux. Here’s how:
- Open Termux and update packages:
pkg update && pkg upgrade
- Install
wget
to download files:
pkg install wget
- Get the Kali Linux script from GitHub:
wget -O install-nethunter-termux https://offs.ec/2MceZWr
- Make the script executable:
chmod +x install-nethunter-termux
- Run the installer:
./install-nethunter-termux
Wait 15 minutes. The script auto-downloads Kali Linux files from GitHub. After installing, restart Termux.
Kali Linux Termux Commands List
After setup, use these commands to control Kali:
- Basic Tools:
nh
= Open NetHunter menu.nh update
= Update Kali tools.nh run metasploit
= Start Metasploit.
- Network Tools:
nh run hydra
= Run Hydra password cracker.nh nmap
= Scan networks with Nmap.
- Services:
nh service postgresql start
= Start PostgreSQL database.nh service apache2 start
= Run Apache server.
For more tools, visit Kali Linux Official Documentation.
Kali Linux Termux Commands PDF
Save this cheat sheet for quick access:
Command | Use |
---|---|
nh sqlmap | Test websites for SQL flaws |
nh wireshark | Analyze network traffic |
nh service ssh start | Enable SSH connections |
nh vnc | Start VNC server (for GUI) |
Download a free PDF command list from Kali Tools GitHub.
How to Install Kali Linux in Termux With Root
Root access unlocks advanced tools like Wi-Fi hacking. Follow these steps:
- Root your Android phone (use Magisk or KingRoot).
- Open Termux and grant root permissions:
su
- Run the installer script again with root:
./install-nethunter-termux
Root lets you use tools like aircrack-ng
and reaver
.
Kali Linux Termux GitHub
The Kali Linux Termux GitHub page has scripts, updates, and fixes. Visit Offensive Security’s GitHub for:
- Latest Termux installers.
- Troubleshooting guides.
- Custom tool requests.
Bookmark this page for updates.
Nethunter Store
Nethunter Store is an app with pre-built Kali Linux tools for Android. It includes:
- One-click installers for Metasploit, Nmap, etc.
- Daily updates for security tools.
- Tutorials for beginners.
Download it from the Nethunter Store GitHub.
Install-nethunter-termux
The install-nethunter-termux
script is the easiest way to install Kali. It auto-fixes errors and adds tools like:
- Metasploit: For testing vulnerabilities.
- Burp Suite: For web app hacking.
- John the Ripper: For password cracking.
Always download the script from trusted GitHub sources.
How to Start VNC Server in Kali Linux Termux
To use Kali’s graphical interface:
- Start the VNC server:
nh vnc
- Note the IP address (e.g.,
127.0.0.1:5901
). - Install a VNC Viewer app (like RealVNC).
- Enter the IP:port in the app.
Now, control Kali Linux like a desktop!
Termux Command
Learn these basic Termux commands for better control:
pkg install [tool]
= Install new tools.cd [folder]
= Navigate folders.ls
= List files in a folder.clear
= Clean the Termux screen.exit
= Close Termux.
FAQs
1. Is Kali Linux on Termux legal?
Yes, if used ethically. Never hack without permission.
2. Why does Metasploit crash?
Update Kali with nh update
and restart Termux.
3. Can I use Kali Termux without GitHub?
No. GitHub scripts are needed for safe installation.