Rdpy is a Microsoft RDP Remote Desktop Protocol based on the Twisted Python implementation.
Rdpy provides the following RDP and VNC support:
RDP Mans in the middle proxy which
RDP honeypot
RDP Screenshoter
RDP Client
VNC Client
VNC Screenshoter
RSS Player
At present can find about rdpy Chinese introduction really very few, oneself also did not carry on very deep research, here first record installs and the simple use, for needs friend reference.
First, the installation of rdpy
Rdpy Download Address: https://github.com/citronneur/rdpy, it is recommended that you can use the PIP to install, more convenient. The following describes my installation process, the system environment windows7,python2.7.
1, install PYQT:PYQT download address: http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/, select 32-bit or 64-bit installation package.
2, install PYWIN32, download address: http://sourceforge.net/projects/pywin32/files/pywin32/, select the version you want.
3, install Rdpy: Here use Easy_install, pip to install.
easy_install:https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py, after downloading, Python.exe ez_setup.py to install.
Install the Pip:c:\python27\scripts\easy_install.exe pip. After the installation is complete, there are pip.exe files under C:\Python27\Scripts\.
Run pip install Rdpy, which indicates that the installation was successful if no error was prompted.
Second, the simple use of rdpy
After the installation is complete, there are rdpy-rdpclient.py, rdpy-vncclient.py, rdpy-rdpscreenshot.py, and C:\Python27\Scripts\ under the rdpy-vncscreenshot.py, and more files.
1, 3389 Remote Desktop Connection
rdpy-rdpclient.py [-u username] [-p password] [-d domain] [-r Rss_ouput_file] [...] XXX.XXX.XXX.XXX[:3389]
2, VNC connection, found in the connection, realvnc some of the high version of the VNC connection failed to replace the lower version of the line.
rdpy-vncclient.py [P password] xxx.xxx.xxx.xxx[:5900]
3. Screen Cutting
rdpy-rdpscreenshot.py [-W width] [-l height] [-o Output_file_path] xxx.xxx.xxx.xxx[:3389]
rdpy-vncscreenshot.py [P password] [-o Output_file_path] xxx.xxx.xxx.xxx[:5900]