Name returns the module's spite name.
()
| 39 | |
| 40 | // Name returns the module's spite name. |
| 41 | func (m *ShellModule) Name() string { return m.name } |
| 42 | |
| 43 | // Handle processes a shell module command. |
| 44 | func (m *ShellModule) Handle(ctx ModuleContext, sessionID string, taskID uint32, spite *implantpb.Spite) { |
no outgoing calls