-
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…
-
Hi,
When I attempt to use pyrdp to proxy for non-Windows 10 versions of Windows, such as Windows Server 2003 R2, Windows XP SP3, and Windows 7, I consistently encounter the following errors:
```
…
-
My RDP client machine and my backend RDP server are set for UK keyboard layout.
I noticed that password credentials keycodes are interpreted by PyRDP as if a US keyboard layout is in use.
For ex…
-
Hi,
I'm running into an issue while executing the PoC. I use `Python 3.8.10`, `Twisted-22.2.0`and installed `PyRDP` from source (Without GUI and ffmpeg dependencies).
```python
(venv) yassineab…
-
## Info
Branch: master
Command line:
```bash
$ pyrdp-mitm.py --payload-powershell-file payload.ps1 --payload-delay 10000 --payload-duration 1000 [REDACTED]
```
Windows version: Server 2016 Data…
-
I personally had a use case for installing python and pip packages. I thought it would be cool to do that automatically like `choco_packages` but `python_packages`.
Modifications would be like:
…
Svieg updated
5 years ago
-
Currently, if an intercepted client disconnects while their session is hijacked, PyRDP will ignore the request for disconnect until the RDP client times out, after which point both connections (client…
alxbl updated
4 years ago
-
Did some tests today. There would be a way to identify "valid" Net-NTLM hashes from invalid ones and highlight the difference in the logs (we should keep the bad ones still because they might give hin…
-
PyRDP offers the possibility of reconstructing TLS packets from a wireshark capture in order to reproduce a replay of the RDP connection. To be able to achieve this, we used the Scapy module (https://…
-
So I think we could definitely use some tests in the whole project to help us identify potential bugs. However, at this point, spending time writing tests is quite a daunting task and not necessarily …