gordp

package module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2023 License: MIT Imports: 10 Imported by: 0

README

gordp

RDP client by Golang

+ Bitmap [done]
- Mouse
- Keybord [not yet]

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(opt *Option) *Client

func (*Client) Close

func (c *Client) Close()

func (*Client) Run

func (c *Client) Run(processor Processor) error

func (*Client) SendMouseLeftDownEvent added in v0.0.4

func (c *Client) SendMouseLeftDownEvent(xPos, yPos uint16)

func (*Client) SendMouseLeftUpEvent added in v0.0.4

func (c *Client) SendMouseLeftUpEvent(xPos, yPos uint16)

func (*Client) SendMouseMoveEvent added in v0.0.4

func (c *Client) SendMouseMoveEvent(xPos, yPos uint16)

type Option

type Option struct {
	Addr     string
	UserName string
	Password string

	ConnectTimeout time.Duration
}

type Processor

type Processor interface {
	ProcessBitmap(*bitmap.Option, *bitmap.BitMap)
}

Directories

Path Synopsis
Package asn1 --- 辅助读取ASN1结构的数据
Package asn1 --- 辅助读取ASN1结构的数据
proto
mcs
nla
Package nla --- CredCSSP 协议 https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-cssp/85f57821-40bb-46aa-bfcb-ba9590b8fc30
Package nla --- CredCSSP 协议 https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-cssp/85f57821-40bb-46aa-bfcb-ba9590b8fc30
sec

Jump to

Keyboard shortcuts

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