How To Install Kali Nethunter in Termux
- Aryan Ahirwar
- Sep 10, 2024
- 2 min read
Updated: Nov 19, 2024
How To Install Kali Nethunter in Termux
Hi friends, Today in this post am going to teach you how to install Kali Nethunter in termux, and tell you how to use kali nethunter in termux
Most of you're may be familiar with Kali Linux, If not then no worries, you can install Kali Linux on Android,If you don't have any idea About Termux then feel free to check out our previous post on How To Use Termux for Ethical HackingNow Come To the Point how to use kali nethunter in termuxLet me tell you about Nethunter,What is Kali Nethunter?Kali Nethunter is a Android ROM which is designed for Penetration Testing with Android Devices, Firstly Nethunter is Available for Nexus And Oneplus Devices,And it also used to perform wireless attacks such as WiFi Hacking etc.Once it is Possible to use on Nexus Devices only, But now you can install in any Android Device without Rooting through Termux App.
How to install kali nethunter in termux
Installing Kali Nethunter in Termux is very Easy, and It can be done by using few commandsBefore Installing Kali Nethunter, You Must Satisfy Below RequirementsRequirements:
A fully Charged Device
Good Internet Connection
At least 1GB RAM & 2 GB Free Space
Termux App Must Be Installed
NetHunter KeX from NetHunter store
A little bit of Patience😇
Kali nethunter-termux commands
Follow Below steps to install nethunter in androidStep1: Firstly Download and install Termux from Play storeStep2: Now Open Termux and type these Commands
termux-setup-storage
then type this
apt update && apt upgrade
Step3: Now Type these Commands
pkg install wget
then
wget -O install-nethunter-termux https://offs.ec/2MceZWr
Step4: Now Give the required Permission by entering this command
chmod +x install-nethunter-termux
Step5: Now Type this Command to install all the Scripts that are required to install Nethunter
./install-nethunter-termux
If the installation succeed then you will see a message like this
The default credentials for logging into the new Kali machine are username: “kali” and password: “kali”.
apt update && apt upgrade download errors type this command
"sudo nano /etc/resolv.conf"
find "nameserver 127.0.0.53"
replace this "nameserver 8.8.8.8" and "nameserver 8.8.4.4"
Step 5: Now You Have to execute this command to get started, keep in mind that you need to setup a password for VNC, that too for the first time setup, so type this command
nethunter kex passwd
It will ask you to choose a password, simply setup once
Final Step: Now everything is OK, to start the Nethunter GUI you can type below command
nethunter kex &
Then Open Kex Client App and edit the password and click on connect
Now you are ready to start using Kali Nethunter in Termux,To stop the Nethunter type this command
nethunter kex stop
Comments