Description: Remote Desktop Protocol in twisted python.
RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (client and server side). RDPY is built over the event driven network engine Twisted. RDPY support standard RDP security layer, RDP over SSL and NLA authentication (through ntlmv2 authentication protocol).
To Search:
File list (Check if you may need any files):
rdpy-master
...........\.gitignore
...........\.travis.yml
...........\LICENSE
...........\README.md
...........\bin
...........\...\rdpy-rdpclient.py
...........\...\rdpy-rdphoneypot.py
...........\...\rdpy-rdpmitm.py
...........\...\rdpy-rdpscreenshot.py
...........\...\rdpy-rssplayer.py
...........\...\rdpy-vncclient.py
...........\...\rdpy-vncscreenshot.py
...........\ext
...........\...\rle.c
...........\rdpy
...........\....\__init__.py
...........\....\core
...........\....\....\__init__.py
...........\....\....\const.py
...........\....\....\error.py
...........\....\....\filetimes.py
...........\....\....\layer.py
...........\....\....\log.py
...........\....\....\rss.py
...........\....\....\scancode.py
...........\....\....\type.py
...........\....\protocol
...........\....\........\__init__.py
...........\....\........\rdp
...........\....\........\...\__init__.py
...........\....\........\...\lic.py
...........\....\........\...\nla
...........\....\........\...\...\__init__.py
...........\....\........\...\...\cssp.py
...........\....\........\...\...\ntlm.py
...........\....\........\...\...\sspi.py
...........\....\........\...\pdu
...........\....\........\...\...\__init__.py
...........\....\........\...\...\caps.py
...........\....\........\...\...\data.py
...........\....\........\...\...\layer.py
...........\....\........\...\...\order.py
...........\....\........\...\rdp.py
...........\....\........\...\sec.py
...........\....\........\...\t125
...........\....\........\...\....\__init__.py
...........\....\........\...\....\ber.py
...........\....\........\...\....\gcc.py
...........\....\........\...\....\mcs.py
...........\....\........\...\....\per.py
...........\....\........\...\tpkt.py
...........\....\........\...\x224.py
...........\....\........\rfb
...........\....\........\...\__init__.py
...........\....\........\...\rfb.py
...........\....\security
...........\....\........\__init__.py
...........\....\........\pyDes.py
...........\....\........\rc4.py
...........\....\........\rsa_wrapper.py
...........\....\........\x509.py
...........\....\ui
...........\....\..\__init__.py
...........\....\..\qt4.py
...........\....\..\view.py
...........\setup.py
...........\test
...........\....\test_core_const.py
...........\....\test_core_layer.py
...........\....\test_core_type.py
...........\....\test_protocol_rdp_ber.py
...........\....\test_protocol_rdp_cssp_ntlm.py
...........\....\test_protocol_rdp_lic.py
...........\....\test_protocol_rdp_mcs.py
...........\....\test_protocol_rdp_per.py
...........\....\test_protocol_rdp_rc4.py
...........\....\test_protocol_rdp_tpkt.py
...........\....\test_protocol_rdp_x224.py
...........\....\test_protocol_rfb_rfb.py