GoSecure / pyrdp

RDP monster-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact
https://www.gosecure.net/blog/2020/10/20/announcing-pyrdp-1/
GNU General Public License v3.0
1.47k stars 244 forks source link

Fixed bug with PDU handling in headless mode #446

Open robeving opened 11 months ago

robeving commented 11 months ago

This fixes a bug with headless replay of files, specifically those created by pyrdp-convert.py which seems to set the timestamp to 0. Using the timestamp is probably bad anyway due to the risk of collision.

robeving commented 11 months ago

Fixes https://github.com/GoSecure/pyrdp/issues/445

obilodeau commented 7 months ago

This fix artificially accelerates all replays when played in pyrdp-player.py because it squeezes all events together leaving no silence between events. It cannot be merged like that.