Documentation
¶
Index ¶
- Variables
- func Deafen(c *grumble.Context) error
- func DeleteAllCommands(c *grumble.Context)
- func GetNamesFromDir(directory string) []string
- func InsertIntoSlice(a []string, index int, value string) []string
- func ListAll(c *grumble.Context) error
- func ListBeacons(c *grumble.Context) error
- func ListListeners(c *grumble.Context) error
- func ListSessions(c *grumble.Context) error
- func ListTasks(c *grumble.Context) error
- func ListenHttp(c *grumble.Context) error
- func RegisterMainCommands(app *grumble.App)
- func RegisterNewCommands(c *grumble.Context, agentid string)
- func Respawn(c *grumble.Context) error
- func SendTask(agentid string, task string, taskData string) error
- func SessionInfo(agentid string, c *grumble.Context) error
- func SpawnHTTP(c *grumble.Context) error
- func Use(c *grumble.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Green = color.New(color.FgGreen)
View Source
var Red = color.New(color.FgRed)
Functions ¶
func DeleteAllCommands ¶
func GetNamesFromDir ¶
get a list of file names from a directory stripping extension
func InsertIntoSlice ¶
insert value into a at index
func ListBeacons ¶
func ListListeners ¶
func ListSessions ¶
func ListenHttp ¶
entry point for starting HTTP listener. Called by `listen http`
func RegisterMainCommands ¶
func RegisterNewCommands ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.