Hello friends, In in today's article I will show you how to install Parrot Os on Android without having root access.
What is parrotOs
ParrotOs is a debian based Linux distro made for Hacking and pentesting. It can be an alternative to Kali Linux.
Prerequisite :
Installation :
The First thing we have to do is to make sure our repositories are up to date, to do that type the command
- pkg update
it is essential to install proot-distro and wget as we will be installing parrotOs on proot-distro for easy installation and we will be using the wget command to get the parrot file from its source
- pkg install wget proot-distro
After that we need to add ParrotOs rootfs to proot-distro list, to do that follow the guidelines below
- nano $PREFIX/etc/proot-distro/parrot.sh
paste the following code 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="ParrotOs"
TARBALL_URL['aarch64']="https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/Parrot/arm64/parrot-rootfs-arm64.tar.xz"
TARBALL_SHA256['aarch64']="af3e4511712313a5c4b24245c6a6f1ffcceedac66d611fee3f805fd6956da92a"
TARBALL_URL['arm']="https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/Parrot/armhf/parrot-rootfs-armhf.tar.xz"
TARBALL_SHA256['arm']="fcb3e238dc147b49bca91f39f5ddf8f1646aa47a7c5e31d5cf674bec8694cf80"
and save the file.
- Type ctrl + O to save & Ctrl + x to exit
Now install ParrotOs
- proot-distro install parrot
After installation you can always login to parrot using the command
- proot-distro login parrot