citronneur/rdpy

connection is droped after decrypted or encrypted 4096 pakages

superpig2046 opened this issue · 2 comments

when using rdpy-rdpmitm , the client connection is closed after mitm-server encrypted or decrpted 4096 packages of data and updates keys. the console prints this log "[*] ERROR: INFO PDU : Unknown code 0x1192" when encrypted packages reaches the limit and "bad signature" when decrypted reached this limit . any idea how this happend ?

+1 , happens to me as well

seems like the current code doesn't re exchange keys with client when updating the key

it seems using rdp-ssl on mitm-server and terminal server could bypass the changing keys logic . it works for me