Added "ps" command to get list of processes on target.
This commit is contained in:
@@ -107,7 +107,7 @@ var availableContextCommands = []struct {
|
||||
var contextCommands = []string{
|
||||
"sleep", "cmd", "powershell", "run", "sysinfo", "files", "keylogger",
|
||||
"persistence", "download", "upload", "artifacts", "kill", "cleanup",
|
||||
"exit", "cd", "ls", "pwd", "dir", "proxy",
|
||||
"exit", "cd", "ls", "pwd", "dir", "proxy", "ps",
|
||||
}
|
||||
|
||||
// To store list of agents for tab completion
|
||||
|
||||
Reference in New Issue
Block a user