How to use Kali Linux terminal in Android
Installation of Kali Linux terminal on Android
way to do?
Follow the steps mentioned so that you can use the Kali Linux terminal in Android, and finally you can use the tools, software and scripts that can be used in Kali Linux in Android, such as MetaSploit.
Step 2:
Carefully copy the following code and put it in termux and hit enter
to download and install the necessary packages and updates in a row
Code:
pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Kali/kali.sh -O kali.sh && chmod +x kali.sh && bash kali.sh
Step 3:
After installation with the ls
command you can see the contents of the current directory. In this case, a
new file with the extension start-kali.sh
has been added, use the following command to execute it, but make sure the
file name is correct and replace it.
Command:
bash start-kali.sh
Comments
Post a Comment