How to use Kali Linux terminal in Android-deftincomputer

 
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 1 :

First, download the termux software and install it on Android


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



Setup Linux Terminal on Android




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


How to get a Linux terminal on Android


Comments