Installing Kali Linux on Android via Termux
Installing Kali Linux on Android via Termux allows you to run a powerful penetration testing environment directly on your smartphone. Below is a step-by-step guide with commands and instructions.
Requirements
1.Termux: Install Termux from F-Droid (Play Store version is outdated).https://f-droid.org/packages/com.termux/
2. VNC Viewer: Net hunter kali store
3. Stable internet connection.
4.At least 4GB of free storage.
apt update and apt upgrade
Debian Linux and many of its derivatives use APT (Advanced Package Tool) to install
tools. We need to run apt update to get the package source information from the
configured resources in the /etc/apt/sources.list file. This is how the system knows
which files needs to be updated and where they can be downloaded from.
apt upgrade will then use the information to upgrade all the installed packages to their
latest versions.
- Enter the following command: apt update
- Enter the following command: apt upgrade
When you get asked to “Do you want to continue” press Y and Enter.
Enter the following command: apt update You want to do this,
so you get the wget package information.
Enter the following command: termux-setup-storage
In order to have shared storage you need to give Termux storage access
permission.
Doesn’t give access to external connected storage devices.
Install wget and when you’re asked Do you want to continue, press Y and Enter.
apt install wget
Download the NetHunter install file. Ensure that you enter the correct address.
wget -O install-nethunter-termux https://offs.ec/2MceZWr
Change the permissions so that you can execute the file:
chmod +x install-nethunter-termux
Type the following command to execute the downloaded install file:
./install-nethunter-termux
To start Kali NetHunter you can use the following commands:
• To start the CLI
• To setup the NetHunter KeX password
• To start NetHunter KeX (Password will ve set on first startup)
• To stop the NetHunter KeX GUI
• To run NetHunter as root
• You replace nethunter with nh in all these commands.
Android Kali NetHunter Rootless Installed
No comments:
Post a Comment