Skip to content
forked from Safe-T/rdp-rb

Implementation in pure Ruby for Microsoft RDP protocol

License

Notifications You must be signed in to change notification settings

bararchy/rdp-rb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDP-RB

TODO: Create gemspec, and create instructions on how to install the gem.

Introduction

The following project implement RDP protocol in pure Ruby. The aim of the project is to provide full feature RDP Server, RDP Client and also RDP Proxy using pure Ruby without using any binding for C or other languages

Directory Structure

Resources

RDP resources

Roadmap

The following list is the requirements in order to arrive to v1.0 of the project:

  • X.224 Connection Confirm PDU
  • X.224 Connection Request PDU
  • MCS Connect-Initial PDU with GCC Conference Create Request
  • MCS Connect-Response PDU with GCC Conference Create Response
  • MCS Erect Domain Request PDU
  • MCS Attach User Request PDU
  • MCS Attach User Confirm PDU
  • MCS Channel Join Request PDU
  • MCS Channel Join Confirm PDU
  • Security Exchange PDU
  • Client Info PDU
  • License Error PDU - Valid Client
  • Demand Active PDU
  • Confirm Active PDU
  • Synchronize PDU
  • Control PDU - Cooperate
  • Control PDU - Request Control
  • Persistent Key List PDU(s)
  • Font List PDU
  • Synchronize PDU
  • Control PDU - Cooperate
  • Control PDU - Granted Control
  • Font Map PDU

License

The license of the project is MIT:

Copyright (c) 2016 Safe-T Data

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Implementation in pure Ruby for Microsoft RDP protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%