Instructions on how to run Kali Linux on MacOS with an Mx processor. Kali Linux in Intel emulation using Orbstack and simultaneously running RDP to work with the desktop.

Orbstack: https://orbstack.dev

Kali VM:

apt update && apt upgrade

apt install kali-linux-large

apt install kali-desktop-xfce

apt-get install xrdp

service xrdp start

service xrdp-sesman start

update-rc.d xrdp enable

adduser kaliuser

usermod -a -G sudo kaliuser

Test your company before hackers do!

Penetration tests, Red Teaming, Vulnerability testing and Cyber Security consulting

RDP VM:

curl -sSL https://get.docker.com/ | CHANNEL=stable sh

systemctl enable –now docker

curl -L https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-linux-x86_64 > /usr/local/bin/docker-compose

chmod +x /usr/local/bin/docker-compose

cd /opt

git clone “https://github.com/boschkundendienst/guacamole-docker-compose.git”

cd guacamole-docker-compose

./prepare.sh

docker ps
user a pass do web gui: guacadmin / guacadmin
apt install iputils-ping