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.
- [x] Standard RDP Authentication
- [x] SSL Authentication
- [x] NTLMv2 Authentication
- [x] Windows Clipboard
- [ ] RDP Client(ugly)
- [ ] VNC Client(unfinished)
Example
- build in example dir on linux or windows
- start example on port 8088
- http://localhost:8088
Take ideas from