Full Kali Linux With The Red Wallpaper On An Android Device | No Root

 

Welcome To My Blog, This Is A Straight Forward Article That shows you how to Install Kali Linux On Your Android Device. Read the Article till then end and copy all of the commands I'm going to be showing you in this Article and most importantly Guide yourself with the video tutorial to see how this is done and avoid installation errors.

Prerequisites:

Termux

Nethunter Kex

Installation Procedures 

Install Termux If not already installed and update it's packages with the command below.
apt update 

After updating your packages, Install proot-distro with the command below:

apt install proot-distro 

Now that proot-distro is Installed, edit a custom installation script for Kali Linux, do that with the command below

nano $PREFIX/etc/proot-distro/klinux.sh

In the window that comes up, paste the script below in it.

# This is a default distribution plug-in.

# Do not modify this file as your changes will be overwritten on next update.

# If you want customize installation, please make a copy.

DISTRO_NAME="Kali Linux (nethunter)".


TARBALL_URL['aarch64']="https://kali.download/nethunter-images/current/rootfs/kalifs-arm64-minimal.tar.xz"

TARBALL_SHA256['aarch64']="fe5594de8c93918be9fb5da1302af9a5c2c57bfd23a296f6c3a4b8f62d4fbe69"

TARBALL_URL['arm']="https://kali.download/nethunter-images/current/rootfs/kalifs-armhf-minimal.tar.xz"

TARBALL_SHA256['arm']="0cc641969516c1755af1165e86a6bdd8c72248058a813b78ae772f8b256aa913"

TARBALL_URL['i686']="https://kali.download/nethunter-images/current/rootfs/kalifs-i386-minimal.tar.xz"

TARBALL_SHA256['i686']="ce940e3977dbc4da1ce4f24123e8f59a11b1fdab4b5fe48b1c857ed43d905f91"

TARBALL_URL['x86_64']="https://kali.download/nethunter-images/current/rootfs/kalifs-amd64-minimal.tar.xz"

TARBALL_SHA256['x86_64']="06dcc3e8c152ae9c28059b8472d947bf514ac14cd259930c42d33b9b5c1f511c"

Save the script by clicking Ctrl+x on your keyboard.

Now that that is done, install kali linux with the command below

proot-distro install klinux 

Once the installation of Kali Linux is complete, login to Kali with the command.

proot-distro login klinux

Now that you're logged in to kali linux, update your repository and install the XFCE4 GUI package with the command below. 

apt update ; apt install xfce4 xfce4-whiskermenu-plugin dbus-x11 firefox-esr gnome-terminal tigervnc-standalone-server kali-themes neofetch 

That command should install the GUI Package, and after that, you can now proceed to the VNC server connection setting.

Let's create a custom login script for VNC server, do that with the Command below.

echo "vncserver -xstartup /usr/bin/xfce4-session" > /usr/local/bin/server ; chmod +x /usr/local/bin/server

After entering The command above, whenever you want to login to VNC, you're going to use the command below:

server

You'd be prompted to create a password if you're launching the server for the first time, create a password you can easily remember. And once that is done, launch your Nethunter application and connect to the localhost 1

Extra 

To Activate the Red wallpaper, right click on your desktop and click on Desktop Settings, you'd be directed to a window containing wallpapers, choose the red wallpaper and thats it.
Let me know in the comments section below if you have questions.



Post a Comment

Previous Post Next Post