Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JobsOut = make(chan merlinJob.Job, 1000)
JobsOut is a channel used by the pkg/server/jobs/jobs.go to send data to the Merlin agent
Functions ¶
func GetListeners ¶
func GetListeners() [][]string
GetListeners returns a list of tracked listeners and the interface/port they are bound to
Types ¶
type Connection ¶
type Connection struct { AgentID uuid.UUID // Conn is the network connection to/from the SOCKS client used to read/write data Conn net.Conn // Index is used to track and order data being sent to the SOCKS client Index int }
Connection structure is used to track multiple connections per SOCKS listener
Click to show internal directories.
Click to hide internal directories.