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

Allow to specify bind address

lkupczyk opened this issue · comments

It would be useful to be able to specify an explicit IP address for pyrdp-mitm.py to bind to.
As of now, it always binds to all interfaces via 0.0.0.0.

Fixed by merging #412. Thanks for your contribution!