grdp

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 License: BSD-3-Clause, 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

View Source
const (
	PROTOCOL_RDP = "PROTOCOL_RDP"
	PROTOCOL_SSL = "PROTOCOL_SSL"
)

Variables

This section is empty.

Functions

func Login

func Login(target, domain, username, password string) error

func LoginForRDP

func LoginForRDP(target, domain, username, password string) error

func LoginForSSL

func LoginForSSL(target, domain, username, password string) error

func VerifyProtocol

func VerifyProtocol(target string) string

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

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