Kali Undercover Mode in ParrotSec OS

Hello Guys!

Need Some Help, I mostly use ParrotSec OS in my daily life,
Also I just loved the new kali linux feature i.e Kali undercover mode

Can we use that mode in parrot os

If Yes, then can anyone guide me?

1 Like

To install it,follow these steps:

git clone https://gitlab.com/kalilinux/packages/kali-undercover

sudo cp -r share /usr/

sudo cp bin/kali-undercover /usr/bin/

To launch it,just type :

kali-undercover

To remove it follow these steps:

sudo rm /usr/bin/kali-undercover

sudo rm /usr/share/applications/kali-undercover.desktop

sudo rm -r /usr/share/icons/Windows-10-Icons

sudo rm -r /usr/share/themes/Windows-10

sudo rm -r /usr/share/kali-undercover

I haven’t tested if it works though :sweat_smile: . If it works,please reply :wink:

Hello @R4gn4r

Thanks for the help, but sadly it didn’t works for me

How to install, xfce desktop environment for ParrotSec, also for some reasons
apt-get install xfce4 didn’t works for me

And one correction in Above Commands:

git clone https://gitlab.com/kalilinux/packages/kali-undercover
cd kali-undercover
sudo cp -r share /usr/
sudo cp bin/kali-undercover /usr/bin/

Did you tried asking these question in official Parrot OS Telegram group or forum? The Devs may help you.

I think installing xfce desktop environment will fix this issue.

I have tested kali-undercover in Ubuntu, and it works for me

But for some reason I am unable to install xfce desktop environment in parrot sec OS.

Using parrotsec 4.1

Did you check this? https://wiki.debian.org/xfce

It’s worked for me. I have done this steps:

First you need to know that Kali-undercover works under xfce desktop only , I downloaded parrot-xfce desktop by typing sudo apt install parrot-xfce then changes my default KDE desktop session to xfce session.

Then followed all steps of @R4gn4r bro’s tips.

Thanks bro, it helps me.

1 Like