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

Add support for RDP version 10.12 #475

Closed kobbi-strike closed 1 month ago

kobbi-strike commented 1 month ago

Error:

[2024-05-23 13:19:22,077] - ERROR - wizardly_mirzakhani_5755447 - pyrdp.mitm.connections.tcp - 524305 is not a valid RDPVersion
Traceback (most recent call last):
....
    version = RDPVersion(Uint32LE.unpack(stream))
  File "/usr/lib/python3.10/enum.py", line 385, in __call__
    return cls.__new__(cls, value)
  File "/usr/lib/python3.10/enum.py", line 710, in __new__
    raise ve_exc
ValueError: 524305 is not a valid RDPVersion