From ff65c4b701e5aa9afc084937ce6147614cae2d3e Mon Sep 17 00:00:00 2001 From: speyrefitte Date: Thu, 15 Jan 2015 11:05:41 +0100 Subject: [PATCH] fix delivrary bugs --- README.md | 8 ++++++++ bin/rdpy-rdpmitm.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9743b5..e5aade4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Depends are only needed for pyqt4 binaries : * rdpy-rdpscreenshot * rdpy-vncclient * rdpy-vncscreenshot +* rdpy-rssplayer #### Linux @@ -118,6 +119,13 @@ $ rdpy-rdphoneypot.py [-l listen_port] [-k private_key_file_path] [-c certificat The private key file and the certificate file are classic cryptographic files for SSL connections. The RDP protocol can negotiate its own security layer. The CredSSP security layer is planned for an upcoming release. If one of both parameters are omitted, the server use standard RDP as security layer. +### rdpy-rssplayer + +rdpy-rssplayer is use to replay Record Session Scenario (rss) files generates by either rdpy-rdpmitm or rdpy-rdpclient binaries. + +``` +$ rdpy-rssplayer.py rss_file_path +``` ## RDPY Qt Widget diff --git a/bin/rdpy-rdpmitm.py b/bin/rdpy-rdpmitm.py index b33722b..4fb06d0 100755 --- a/bin/rdpy-rdpmitm.py +++ b/bin/rdpy-rdpmitm.py @@ -35,7 +35,7 @@ from rdpy.core import log, error, rss from rdpy.protocol.rdp import rdp from twisted.internet import reactor -log._LOG_LEVEL = log.Level.DEBUG +log._LOG_LEVEL = log.Level.INFO class ProxyServer(rdp.RDPServerObserver): """