Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DnsListener ¶
type DnsListener struct{}
func (*DnsListener) StartListener ¶
func (dl *DnsListener) StartListener()
type HttpListener ¶
type HttpListener struct{}
func (*HttpListener) StartListener ¶
func (httpl *HttpListener) StartListener()
type HttpsListener ¶
type HttpsListener struct{}
func (*HttpsListener) StartListener ¶
func (httpsl *HttpsListener) StartListener()
type Implant ¶
type Implant struct { Session *Session Name string }
An implant can be a mere agent or a fully featured minion
type MSConfig ¶
type MSConfig struct{}
func (*MSConfig) CreateConfigFile ¶
func (c *MSConfig) CreateConfigFile()
func (*MSConfig) RemoveConfig ¶
func (c *MSConfig) RemoveConfig()
func (*MSConfig) UpdateConfig ¶
func (c *MSConfig) UpdateConfig()
type TcpListener ¶
type TcpListener struct{}
func (*TcpListener) StartListener ¶
func (tl *TcpListener) StartListener()
type TlsListener ¶
type TlsListener struct{}
func (*TlsListener) StartListener ¶
func (Tls *TlsListener) StartListener()
type UdpListener ¶
type UdpListener struct{}
func (*UdpListener) StartListener ¶
func (ul *UdpListener) StartListener()
Click to show internal directories.
Click to hide internal directories.