Skip to content

shadow1ng/grdp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Remote Desktop Protocol

grdp is a pure Golang implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (client side authorization only).

Forked from icodeface/grdp

Status

The project is under development and not finished yet.

  • Standard RDP Authentication
  • SSL Authentication
  • NTLMv2 Authentication
  • windows Clipboard
  • RDP Client(ugly)
  • VNC Client(unfinished)

Example

  1. build in example dir on linux or windows
  2. start example on port 8088
  3. https://localhost:8088

Take ideas from

About

pure golang rdp protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.3%
  • Go 37.2%
  • Other 0.5%