Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionContext ¶
type SessionContext struct {
*SessionInfo
Modules []string
Addons []*implantpb.Addon
Loot map[string]string
Argue map[string]string
Data map[string]string
Any map[string]interface{}
}
func NewSessionContext ¶
func NewSessionContext(req *clientpb.RegisterSession) *SessionContext
func RecoverSessionContext ¶
func RecoverSessionContext(content string) (*SessionContext, error)
func (*SessionContext) GetAny ¶
func (ctx *SessionContext) GetAny(id string) (interface{}, bool)
func (*SessionContext) Update ¶
func (ctx *SessionContext) Update(req *clientpb.RegisterSession)
Click to show internal directories.
Click to hide internal directories.