How To Install Parrot OS In Android | No Root |

Hacker X Phantom
1 minute read

How To Install Parrot OS In Android | No Root | 

Parrot-OS

Hello, In this blog we will see how we can install Parrot Os on Android without having root access.

ParrotOs is a debian based Linux distro made for Hacking and pentesting. It can be an alternative to Kali Linux.



Requirements:-

>Termux Apk

Installation:-

>Open Termux apk and Update It
pkg update

>Now Install Proot-Distro
pkg install proot-distro


>Now Install Wget
pkg install wget

Next, we need to add ParrotOs rootfs in proot-distro, for that create a new file named parrot.sh

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



Paste The Following Code In It

DISTRO_NAME="ParrotOs"


TARBALL_URL['aarch64']="https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/Parrot/arm64/parrot-rootfs-arm64.tar.xz"

TARBALL_SHA256['aarch64']="d563b790ef367d9857d928de8fb967116561d4050cc00d0ffd58390be32641c6"

TARBALL_URL['arm']="https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/Parrot/armhf/parrot-rootfs-armhf.tar.xz"

TARBALL_SHA256['arm']="ad5352df583e315869b12e5eb4fa3205b0d7a4284216f6d6d3e4d9a87209b12c"


distro_setup() {

        # Don't update gvfs-daemons and udisks2

        run_proot_cmd apt-mark hold gvfs-daemons udisks2

}
Now Save the File With command CTRL+O And
CTRL+X To exit

>Now Install Parrot Os
proot-distro install parrot


>Now u installed Parrot os Now Just Login it With Command
proot-distro login parrot

>>Here Is Video Tutorial