GoSecure / pyrdp

RDP monster-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact
https://www.gosecure.net/blog/2020/10/20/announcing-pyrdp-1/
GNU General Public License v3.0
1.47k stars 244 forks source link

Docker Error #443

Open TiddlyWiddly opened 1 year ago

TiddlyWiddly commented 1 year ago

Hi - I followed the instructions for pulling the public docker image and when running the following from the documentation:

└─$ sudo docker run --platform -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 --net=host gosecure/pyrdp pyrdp-player.py

I get the following:

exec /opt/venv/bin/pyrdp-player.py: no such file or directory

Am I doing something wrong?

obilodeau commented 1 year ago

You are trying to run this on an M1 running Linux (not macOS), correct?

Did you try both the linux/amd64 and linux/arm64?

See: https://dev.to/docker/choosing-the-right-docker-image-for-your-apple-m1-pro-440l