rdpy icon indicating copy to clipboard operation
rdpy copied to clipboard

How to use rdpy-rdpmitm.py command?

Open bobolkevin opened this issue 8 years ago • 2 comments

i use the commmand: rdpy-rdpmitm.py -o c:/123 192.168.83.185 the result is:

Traceback (most recent call last): File "C:\Python27\Scripts\rdpy-rdpmitm.py", line 309, in reactor.listenTCP(int(listen), ProxyServerFactory(parseIpPort(args[0]), oupu tDirectory, privateKeyFilePath, certificateFilePath, clientSecurity)) File "C:\Python27\lib\site-packages\twisted\internet\posixbase.py", line 478, in listenTCP p.startListening() File "C:\Python27\lib\site-packages\twisted\internet\tcp.py", line 984, in sta rtListening raise CannotListenError(self.interface, self.port, le) twisted.internet.error.CannotListenError: Couldn't listen on any:3389: [Errno 10 048] Only one usage of each socket address (protocol/network address/port) is no rmally permitted.

bobolkevin avatar Apr 27 '16 07:04 bobolkevin

hi man, did u solved the problem??

dumbo0 avatar Jun 01 '16 13:06 dumbo0

youve already got port 3389 listening. So your trying to listen on the port that is already listening

darryllane avatar Nov 28 '16 13:11 darryllane