Tgeniusclub

Penetration testing and cyber defense

How to install rootless Nethunter In Termux

2 min read
nethunter

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 command startkali to start nethunter.

⚡ The default user is Kali and the default password is also kali.

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 command startkali -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 session vnc start
  2. To stop a vnc session vnc stop
  3. To check the status (Display and port number) of vnc session vnc status
  4. If the user is kali then by default vnc start will start vncserver with DISPLAY=:2 & PORT=5902 and for the root user DISPLAY=:1 & PORT=5901

In Case Of an SSL error: certificate verification failed

Rerun script with an extra parameter --insecure or 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

About The Author

Translate »

Discover more from Tgeniusclub

Subscribe now to keep reading and get access to the full archive.

Continue reading