Versions in this module Expand all Collapse all v0 v0.0.4 Nov 20, 2024 v0.0.3 Nov 21, 2024 Changes in this version + type SessionContext struct + Addons []*implantpb.Addon + Any map[string]interface{} + Argue map[string]string + Data map[string]string + Loot map[string]string + Modules []string + func NewSessionContext(req *clientpb.RegisterSession) *SessionContext + func RecoverSessionContext(content string) (*SessionContext, error) + func (ctx *SessionContext) GetAny(id string) (interface{}, bool) + func (ctx *SessionContext) Update(req *clientpb.RegisterSession) + type SessionInfo struct + Filepath string + Interval uint64 + IsPrivilege bool + Jitter float64 + Locale string + Os *implantpb.Os + Process *implantpb.Process + ProxyURL string + WordDir string