-
When attempting to run the docker container. Not sure if it's something I'm doing wrong.
docker run -p 3389:3389 gosecure/pyrdp pyrdp-mitm.py 10.x.x.x
[2020-04-17 01:41:50,001] - INFO - GLOBAL …
-
PyRDP currently crashes when someone tries to "bluekeep" it. For example, the following crash comes from [rdpscan](https://github.com/robertdavidgraham/rdpscan). I have tested a few other scanners (I …
-
Tested with Liveplayer with FreeRDP --> win10 and win8 --> win10.
Its a free() error, so most likely due to a bug in rle.c when decompressing 24bpp bitmaps
Crashes after an undefined amount of t…
-
The connection speed of pyrdp-mitm.py is very slow How to improve the connection speed? Rdpy is much faster than your pyrdp
-
We toyed with the idea of doing L2 transparent proxying instead of L3. This would be more flexible if you need to drop a device on a network segment with DHCP.
It took us more time than I'm willing…
-
Recent versions of RDP use GDI+ for graphic rendering (although PyRDP MITM disables most of it, it might not be possible in future RDP versions). This library is written by Microsoft, but a Unix imple…
-
I get the following error when i try to install as per the instructions. Any work around to this?
`Traceback (most recent call last):
File "setup.py", line 18, in
packages=setuptools.find_…
-
Due to #150 issue (QT 5 no longer provides binaries for x86 32-bit) PyRDP doesn't work on 32-bit OS.
However, it would be possible to specify the GUI as an optional feature using Python's `extra_re…
-
Hi, Some suggestions for the player.
1. Replay window scaling would be very helpful.
2. ~notify2 is totally incompatible with ms-windows, I think. I use the player with import notify2 and its call…
-
From README.md:
Finally, you can install the project with Pip:
```
pip3 install -U pip setuptools wheel
pip3 install -U -e .
```
This should install all the dependencies required to run Py…