Documentation ¶
Index ¶
- func GetPivotHandlers() map[uint32]PivotHandler
- func GetSpecialHandlers() map[uint32]SpecialHandler
- func GetSystemHandlers() map[uint32]RPCHandler
- func GetSystemPivotHandlers() map[uint32]PivotHandler
- func GetTunnelHandlers() map[uint32]TunnelHandler
- type PivotHandler
- type RPCHandler
- type RPCResponse
- type SpecialHandler
- type TunnelHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPivotHandlers ¶
func GetPivotHandlers() map[uint32]PivotHandler
GetPivotHandlers - Not supported
func GetSpecialHandlers ¶
func GetSpecialHandlers() map[uint32]SpecialHandler
GetSpecialHandlers returns the specialHandlers map
func GetSystemHandlers ¶
func GetSystemHandlers() map[uint32]RPCHandler
GetSystemHandlers - Returns a map of the linux system handlers
func GetSystemPivotHandlers ¶
func GetSystemPivotHandlers() map[uint32]PivotHandler
GetSystemPivotHandlers - Returns a map of the linux system handlers
func GetTunnelHandlers ¶
func GetTunnelHandlers() map[uint32]TunnelHandler
GetTunnelHandlers - Returns a map of tunnel handlers
Types ¶
type PivotHandler ¶
type PivotHandler func(*sliverpb.Envelope, *transports.Connection)
PivotHandler - Handler related to pivoting
type SpecialHandler ¶
type SpecialHandler func([]byte, *transports.Connection) error
SpecialHandler - Handlers that need to interact directly with the transport
type TunnelHandler ¶
type TunnelHandler func(*sliverpb.Envelope, *transports.Connection)
TunnelHandler - Tunnel related functionality for duplex connections
Click to show internal directories.
Click to hide internal directories.