Run command was divided into runexe and rundll
This commit is contained in:
@@ -77,7 +77,8 @@ var availableContextCommands = []struct {
|
||||
{"sleep", map[string][]string{"": {""}}},
|
||||
{"cmd", map[string][]string{"": {""}}},
|
||||
{"powershell", map[string][]string{"": {""}}},
|
||||
{"run", map[string][]string{"": {""}}},
|
||||
{"runexe", map[string][]string{"": {""}}},
|
||||
{"rundll", map[string][]string{"": {""}}},
|
||||
{"sysinfo", map[string][]string{"": {""}}},
|
||||
{"files", map[string][]string{"": {""}}},
|
||||
{"artifacts", map[string][]string{"": {""}}},
|
||||
@@ -105,8 +106,9 @@ var availableContextCommands = []struct {
|
||||
{"cleanup", map[string][]string{"": {""}}},
|
||||
}
|
||||
|
||||
// Commands which agentID is appended to
|
||||
var contextCommands = []string{
|
||||
"sleep", "cmd", "powershell", "run", "sysinfo", "files", "keylogger",
|
||||
"sleep", "cmd", "powershell", "runexe", "rundll", "sysinfo", "files", "keylogger",
|
||||
"persistence", "download", "upload", "artifacts", "kill", "cleanup",
|
||||
"exit", "cd", "ls", "pwd", "dir", "proxy", "ps", "inject", "spawn",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user