citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

RDP connection with a custom cookie (msthash) #129

Open cpoenaru opened 1 year ago

cpoenaru commented 1 year ago

Hello,

I would like to use the rdpy-rdpclient.py to connect via RDP while using a custom cookie as described here http://msdn.microsoft.com/en-us/library/cc240470.aspx

However, I haven't been able to find the proper code to modify in order to set this custom cookie (msthash).

Could you please point me in the right direction?

Thank you!