Files
fscan/libs/grdp/README.md
T
ZacharyZcR a02eed0518 refactor: mylib 重命名为 libs
更清晰的目录命名,libs/ 存放内嵌的独立协议实现库。
2026-06-01 08:22:13 +08:00

875 B

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. http://localhost:8088

Take ideas from