Documentation ¶
Index ¶
- func GetKillHandlers() map[uint32]KillHandler
- func GetPivotHandlers() map[uint32]TunnelHandler
- func GetRportFwdHandlers() map[uint32]TunnelHandler
- func GetSystemHandlers() map[uint32]RPCHandler
- func GetTunnelHandlers() map[uint32]TunnelHandler
- type KillHandler
- type RPCHandler
- type RPCResponse
- type TunnelHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKillHandlers ¶
func GetKillHandlers() map[uint32]KillHandler
GetKillHandlers returns the specialHandlers map
func GetPivotHandlers ¶
func GetPivotHandlers() map[uint32]TunnelHandler
GetPivotHandlers - Returns a map of pivot handlers
func GetRportFwdHandlers ¶
func GetRportFwdHandlers() map[uint32]TunnelHandler
GetRportFwdHandlers - Returns a map of reverse port forwarding handlers
func GetSystemHandlers ¶
func GetSystemHandlers() map[uint32]RPCHandler
GetSystemHandlers - Returns a map of the linux system handlers
func GetTunnelHandlers ¶
func GetTunnelHandlers() map[uint32]TunnelHandler
GetTunnelHandlers - Returns a map of tunnel handlers
Types ¶
type KillHandler ¶
type KillHandler func([]byte, *transports.Connection) error
KillHandler - 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
Source Files ¶
Click to show internal directories.
Click to hide internal directories.