citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

rdpmitm: record sessions optionally (do not require `-o` argument) #82

Open speidy opened 6 years ago

speidy commented 6 years ago

This patch makes rdpmitm app work as a proxy without recording by default. it will record sessions only if -o argument is passed.

if merged, we can drop #81, since i updated the README file again to reflect this change.