文件名称:rdp
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-01-26
- 文件大小:
- 164kb
- 下载次数:
- 0次
- 提 供 者:
- f***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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).
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).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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