SkillAgentSearch skills...

Grdp

pure GoLang RDP client (not finished yet)

Install / Use

/learn @icodeface/Grdp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Golang Retome Desktop Protocol

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

Status

The project is under development and not finished yet.

  • [ ] SSL Authentication (soon)
  • [ ] NLA Authentication

Example

client := grdp.NewClient("192.168.0.2:3389", glog.DEBUG)
err := client.Login("Administrator", "123456")
if err != nil {
    fmt.Println("login failed,", err)
} else {
    fmt.Println("login success")
}

Take ideas from

View on GitHub
GitHub Stars128
CategoryDevelopment
Updated1mo ago
Forks38

Languages

Go

Security Score

95/100

Audited on Jan 29, 2026

No findings