Welcome To My Blog, Today's Article Is a full Tutorial On How To Install Kali Linux GUI On Android, Stick with me till the end and by the end of this Tutorial, you should be able to install kali linux On Your Android Phone And get it up And Running Including The Firefox browser.
Prerequisites:
procedures:
open termux application and update your packages, you can do that on the terminal with the command
after updating you're going to install wget, as wget is going to be used to clone in the installation script to your terminal. install wget with the command
After installing wget the next thing we do is clone in the Installation script, to do that use the command
After downloading the script, we're going to make some changes to the script, to do that type the command
In the script, scroll down and locate
function set_strings() {
in the IMAGE_NAME➡️ change (full to minimal)
Do same in the SHA_NAME
see image below for example, and also watch video to see how it's done
After this you can write out the script by saving the modified with the command Ctrl + o and exit with Ctrl + x
After modifying the script the next thing we do is we give write permission to the script, you can do that with the command below.
Now you can continue to install Kali Linux with the command:
Wait for the installation to be completed and login to Kali Linux with the command nh
Install Xfce And It dependencies.
The first thing you should do is to update your repository, and as most of you already know you can do that with the command:
When promoted for a password, you can enter kali , as that is the Default password for a sudo account on Kali Linux.
After that the next thing you do us install sudo and the nano text editor, you can do that with the command:
After updating your repository, the next thing you do is install xfce, and it's dependencies, do that with the command;
Now we install some dependency packages
After dependencies has been installed we Install dbus-x11
Install A browser
Now that all of the processes above has been completed successfully, let us set a vnc password for our operating system, to set a password Type the command;
Enter a password you can easily remember and verify it, Now that your password has been updated successfully you can now connect to vnc, use the command
The command above should port your operating system to a local host server and you can now connect with any vnc app of your choice, preferably for me I use nethunter kex.
You can Guide yourself with a practical example displayed in a video at the end of this article.
Fix Moxilla Firefox Tab Crash Error
- The first thing you need to do is launch your Mozilla Firefox and click the search button,and on the search bar you should type in about:config you would be prompted with a risk notification, accept the risk and continue.
- Now a new bar should pop up just below your search bar, in that new search bar, type media.cubeb.sandbox and change the value from. True to false.
- Clear the previous search in the new search bar and again search for security.sandbox.content.level and Change the value from 4 to 0.