Python Remote Desktop Protocol rdpy installation Introduction _python

Source: Internet
Author: User
Tags rdp remote desktop


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


code as follows:

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.
code as follows:

rdpy-vncclient.py [P password] xxx.xxx.xxx.xxx[:5900]

3. Screen Cutting
 code as follows:

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]




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.