grdp

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: AGPL-3.0, GPL-3.0 Imports: 16 Imported by: 0

README

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
  • Client UI(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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Host string // ip:port
	// contains filtered or unexported fields
}

func NewClient

func NewClient(host string, logLevel glog.LEVEL) *Client

func (*Client) Login

func (g *Client) Login(domain, user, pwd string) error

func (*Client) LoginVNC

func (g *Client) LoginVNC() error

Directories

Path Synopsis
protocol
lic
nla
pdu
rfb
rfb.go
rfb.go
sec

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL