Files
Sigma-C2/server/agent_command_codes.go

28 lines
417 B
Go
Raw Normal View History

package main
var TaskCodeMap = map[int]string{
777: "TASK",
10: "sleep",
20: "cmd",
30: "powershell",
40: "inject-self",
50: "inject-remote",
60: "spawn",
70: "runexe",
80: "rundll",
90: "getinfo",
100: "cd",
110: "ls",
120: "dir",
130: "pwd",
140: "ps",
150: "keylogger",
160: "persistence",
170: "download",
180: "upload",
190: "files",
200: "proxy",
210: "kill",
220: "cleanup",
}