fix delivrary bugs

This commit is contained in:
speyrefitte
2015-01-15 11:05:41 +01:00
parent c5b8588e5f
commit ff65c4b701
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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):
"""