-
We ran into a bug where the master secret is not found when there are multiple different connections from the same source in the same trace:
```
[*] Analyzing network trace...
- CLIENT -> SER…
alxbl updated
3 years ago
-
It looks like #48 has croppped up again in the MITM component. We should spend some time figuring out how to trace open handles.
A good way to reproduce quickly seems to be to do a SYN flood on the…
alxbl updated
3 years ago
-
Hello,
I am trying to use pyrdp with a windows 7 to act as a honeypot for rdp bluekeep exploit. I test the windows 7 vm directly and the bluekeep poc work. I am using https://github.com/Ekultek/Blu…
-
[Joel880412.pcap.zip](https://github.com/GoSecure/pyrdp/files/3649968/Joel880412.pcap.zip) with attempts before and after VM rebooted (and booted with a new IP)
Ubuntu 18.04.3 LTS
Some client co…
-
How to reproduce:
Build Dockerfile from the latest source, run it.
Can be fixed installing libgl1-mesa-glx in Dockerfile
> RUN apt install libgl1-mesa-glx
I don't know is it necessary to use…
kweik updated
3 years ago
-
````
/MITM/pyrdp# pip3 install -U -e '.[full]'
Obtaining file:///root/MITM/pyrdp
Requirement already satisfied, skipping upgrade: appdirs=1 in ./venv/lib/python3.9/site-packages (from pyrdp==1.0.1.…
-
When transferring a file from a shared drive to the server filesystem, the RDPDR file stealer sometimes creates empty files (even though the file itself is not empty). It's useless and it clogs up the…
-
When trying to open a simple text file that is an a shared drive, it takes an extremely long time for it to be loaded when using PyRDP. When using FreeRDP to connect to the server without a MITM, the …
-
Instead of being in `pyrdp_output/files`, they should be in `pyrdp_output/crawler` to make it easier to differentiate which files were intercepted and which files were crawled.
-
Right now we log successful username and password authentication with credential heuristics. I would like us to log attempted usernames and passwords as well. In both non-NLA and NLA contexts.