How to install rootless Nethunter In Termux

Today’s topic is how to install Nethunter in Termux without root permission. The script we will see today will help you run Kali Nethunter in Termux.

NetHunter in termux

nethunter
nethunter on termux

Kali NetHunter is a free and open-source mobile penetration testing platform for Android devices, based on Kali Linux. Kali NetHunter is available for un-rooted devices (NetHunter Rootless)

Steps For Installation

Before you install Nethunter in termux you have first to update and upgrade termux repositories by using the command.

pkg update & & upgrade

Next, you have to download the script from GitHub by using the command:

curl -LO https://raw.githubusercontent.com/Hax4us/Nethunter-In-Termux/master/kalinethunter

The following step is to change the permission to the script and give the execution permission using the command:

chmod +x kalinethunter

Then, you can run the script by using the command:

 ./kalinethunter

Nethunter Usage

After the installation, you can then use the commandstartkalito start nethunter.

⚡ The default user isKaliand the default password is alsokali.

If you are planning to know more about kali nethunter you can read more about it on the official page.

Additionally, If you want to start nethunter as a root user, then you can use the commandstartkali -r.

VNC Guide

To learn more about VNC, we have prepared a guide for you. Linux Graphical Environment on Termux

  1. Use to start a vnc sessionvnc start
  2. To stop a vnc sessionvnc stop
  3. To check the status (Display and port number) of vnc sessionvnc status
  4. If the user iskalithen by defaultvnc startwill start vncserver withDISPLAY=:2&PORT=5902and for the root userDISPLAY=:1&PORT=5901

In Case Of an SSL error: certificate verification failed

Rerun script with an extra parameter--insecureor copy-paste this command./kalinethunter --insecure

setup LXDE

The default desktop environment is XFCE4, but LXDE can also be installed.How to install kali Nethunter on android

You may also like...

Leave a Reply