You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't give us enough information to properly answer to your question. It could be many reasons because there has been a ton of change in the codebase since we forked from RDPy.
The best way to help would be to provide a side-by-side profile of PyRDP and RDPy.
Then redo another one for RDPy but saving to a different file and send us both files. Try to do similar actions during the RDP session and have a session of a similar duration.
Hi @jiacheng9966, PyRDP uses raw bitmaps for video transfer, which requires much more bandwidth than clients using more efficient video transfer methods. We've started working on support for MS-RDPEGDI which is the RDP extension for supporting drawing orders, but this is still a while from being done.
In the meantime, there is a branch gdi-passthrough which adds an experimental --gdi command line option to pyrdp-mitm which should use the more efficient video transfer method. The only downside with this is that the pyrdp-player cannot currently decode this video, so you will get logs, clipboard, files, and payload functionality, but it will not be possible to hijack sessions or record the screen yet.
If you want to try the branch, I'd be very interested in hearing your feedback about the performance impact. Do note that this is still very experimental and untested, though.
EDIT: This should be fixed by #187 once it lands. If not, please re-open with more details as to which parts are slow and data to help us address the issue.
The connection speed of pyrdp-mitm.py is very slow How to improve the connection speed? Rdpy is much faster than your pyrdp
The text was updated successfully, but these errors were encountered: