Our RDP implementation was designed so it could be used for tools other than our MITM.
This section is still under construction. It will explain how to use the classes in PyRDP to achieve your goals. In the meantime, we advise you to look at the following resources:
- Our documentation on layers.
- The RDP connection sequence.
- Our MITM implementation (
pyrdp.mitm.client
andpyrdp.mitm.server
).