bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
698 stars 115 forks source link

Can the gateway intercept data for recording session? #42

Closed gemone closed 2 years ago

gemone commented 2 years ago

I try to intercept PKTTYPE DATA.

Can I use this to record a user's session? Have any other friends tried?

Best Gemone

gemone commented 2 years ago

PKT_TYPE_DATA is encrypted data. And decryption will have an unsafe effect.

So I try to use the proxy scheme.