Added "ps" command to get list of processes on target.

This commit is contained in:
Pavlo Khazov
2025-04-18 21:35:52 +02:00
parent b4179af455
commit 64c2187688
10 changed files with 294 additions and 16 deletions

View File

@@ -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