-
Hi,
I just added to my windows server 2016 Remote Desktop Services Role with two services: Licensing and Session Host.
Now I can't connect through pyrdp. It was all fine before adding RDS Role. …
-
Hey ! :wave:
Currently, PyRDP logs any credentials sent by the RDP client when initializing the connection. The builtin RDP clients in Windows 7 and up won't send any username / password in the in…
-
Currently, most of the incoming connections are scanners. Scanners won't send a ClientInfoPDU since it's later in the protocol.
With our current logging, we have no way of identifying WHO connected…
-
I have setup the `pyrdp` tools and generate the replay file with `pyrdp` suffix. But I found these files can only play in the replay client.
How can I play them in the browser? Or how can I convert…
-
Sorry I could not reproduce this:
```[2019-02-27 13:11:23,656] - mitm - INFO - MITM Server listening on port 3389
[2019-02-27 13:11:37,521] - mitm…
-
An excception seem to occur inside an exception handler (don't know how to reproduce this):
```Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/pyrdp-1.0.0-py3.6-l…
-
This could be reproduced to almost all servers running Windows server 2012.
When relaying a connection to a windows server 2012 the connection fails to open with the following stack trace:
````[2…
-
The following error can be reproduced when the user minimizes the rdp window:
```[2019-02-27 13:15:36,051] - mitm - INFO - Using existing private k…
-
When trying to build inside of a virtualenv or pipenv shell, Packages dbus (pip install `python-dbus`) and `PyQt4` are missing.
```
$ pyrdp-player.py ~/../rdp_replay_20190303_17-03-47_36.pyrdp …
alxbl updated
5 years ago
-
Branch: interactive-player
It causes Qt stuff to be imported in mitm.py which is bad for the Docker, because it's supposed to not be necessary.