What is Termux?

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.

Requirement

  • Android Device( no need to Root)
  • Termux it self
  • RealVNC Viewer
  • Optional: RealVNC Server Arm64

Official Link:

Termux Offical

Download Termux on F-Droid

Download RealVNC Viewer

Step1

Install Termux

Install RealVNC Viewer


Step2

Update your Termux and Change Source.list

Run this command to Change Source.list

1
termux-change-repo

Run this command to Update Termux

1
pkg update & & upgrade -y

Step3

Install All

1
curl -O --url https://www.hestudio.xyz/kali_for_android/install.sh && chmod +x install.sh && ./install.sh

t

Step4

Update System

1
sudo apt update 

Tips:

Default password: kali


Step5

Install the desktop environment and configure VNC

1
sudo apt install git -y && git clone https://gitee.com/heStudio/ka_install.git && cd ka_install && chmod +x after.sh && ./after.sh
1
sudo apt update -y

Upgrade System

1
sudo apt upgrade -y

Step6 (Optional)

Install RealVncServer

https://www.realvnc.com/en/connect/download/vnc/

Download RealVNC Server ARM64

1
sudo apt install wget
1
wget https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-6.10.0-Linux-ARM64.deb
1
dpkg -i VNC-Server-6.10.0-Linux-ARM64.deb
1
2
3
sudo vnclicensewiz
sudo systemctl start vncserver-x11-serviced.service
sudo systemctl enable vncserver-x11-serviced.service

Enter your account or Lisence

If there have some problems, you can find more in

https://forums.raspberrypi.com/viewtopic.php?t=288769

https://github.com/azalinux/realvnc-server-aarch64-manjaro/issues/6

https://youtu.be/qxey8eKi9bE

Reference:

KALI NetHunter Rootless

CSDN1

Gitee

DONE