-
(venv) root@48c47bafecef:/home/pyrdp/pyrdp_output/replays# pyrdp-convert.py -f mp4 rdp_replay_20230615_09-59-32_508_Thomas523952.pyrdp -o aaa.mp4
qt.qpa.xcb: could not connect to display
qt.qpa.plu…
-
````
(venv) ┌──(root💀kali)-[~/src/caplets]
└─# bettercap -iface eth0 -caplet rdp-proxy/rdp-sniffer.cap -eval "set rdp.proxy.command $(which pyrdp-mitm.py)"
bettercap v2.28 (built for linux amd64 wi…
-
```
(venv) ➜ bin git:(master) ✗ python3 pyrdp-convert.py -f mp4 ~/rdp_replay_20221206_06-11-39_812_Lynn820947.pyrdp
Traceback (most recent call last):
File "pyrdp-convert.py", line 13, in
…
-
[demo.zip](https://github.com/GoSecure/pyrdp/files/10234966/demo.zip)
```
➜ ~ zip -sf demo.zip
Archive contains:
tmp.pyrdp
Total 1 entries (2960418 bytes)
```
Env: win7
👆 pyrdp f…
-
```
class GlyphEntry:
"""Glyph cache entry."""
def __init__(self, glyph: Glyph):
"""Construct a cache entry from a glyph."""
# Glyph origin.
self.x = glyph.x
…
-
Weird enough, the player hangs when trying to download a file of 108 bytes. Tested with a Windows 10 client. I can add more detail if needed, but I don't really know what would help with this issue.
-
It would be useful to be able to specify an explicit IP address for pyrdp-mitm.py to bind to.
As of now, it always binds to all interfaces via 0.0.0.0.
-
Collecting python-networkmanager
Using cached python_networkmanager-2.2-py3-none-any.whl (12 kB)
Collecting dbus-python
Using cached dbus-python-1.3.2.tar.gz (605 kB)
Installing build depend…
-
https://github.com/GoSecure/pyrdp/blob/master/pyrdp/parser/rdp/virtual_channel/device_redirection.py#L145
what does this mean **[: 7]**
My case,
preferredDOSName changed to "Downloa", whe…
-
The repo tells me that if I have my RDP server running on (in my case) 192.168.69.120, I can just use `pyrdp-mitm.py 192.168.69.120`. This gives me these three standard lines of logs, but that's all i…