citronneur / rdpy

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

rdpy-rdpmitm: pep8 fixes, argument parsing improvements #78

Closed speidy closed 6 years ago

speidy commented 6 years ago

This PR along with #77 makes rdpy-rdpmitm.py script usable again.

Iv'e moved argument parsing to use argparse now, which is much better and easier to maintain.