pyrdp
pyrdp copied to clipboard
Add support for Enhanced Security Direct Connection
This is a DRAFT pull request that modifies PyRDP to support the direct connection approach outlined in 1.3.1.2 Security-Enhanced Connection Sequence.
I think it still needs some work because it relies on private Twisted APIs (Unavoidable?) and propagates the MITM config into non-MITM modules, which feels unclean.
I would like to also refactor the MITM Config to split the MITM specific settings and the Core settings. This could also plug into the .ini configuration files while we're playing in that code area.
I'm opening the PR now in case someone has time (and wants) to work on it.