GoSecure / pyrdp

RDP monster-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact

Home Page:https://www.gosecure.net/blog/2020/10/20/announcing-pyrdp-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we substitute username and password on login?

bwiseice13 opened this issue · comments

I use mitm to connect my windows server, but it needs to type correct user account and password to login.
Can I have any method that the person connecting to this server do not need to type correct user account and password or just press enter to login?

The argument to replace the username and the password is available when doing pyrdp-mitm.py --help

Note that this doesn't work if using --auth ssp for RDP connections that require Network Level Authentication (NLA) to work.

In your issue's title, you say there is a problem. Did you not find the feature or did you find it and it is not working? Please provide more detailed information.

Oh, I typed --help and saw the description. Thanks a lot!