From 6217b28e03362c3880a1154dfab5da0a13d2d055 Mon Sep 17 00:00:00 2001 From: checkymander Date: Mon, 29 Jan 2024 17:11:02 -0500 Subject: [PATCH] update agent capabilities --- agent_capabilities.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agent_capabilities.json b/agent_capabilities.json index 7dd867f9f..315a9e436 100644 --- a/agent_capabilities.json +++ b/agent_capabilities.json @@ -1,12 +1,12 @@ { - "os": ["windows", "macOS", "Linux"], + "os": ["Windows", "macOS", "Linux"], "languages": [".NET"] , "features": { - "mythic": ["artifacts", "browser scripts", "docker", "file chunking", "file browser", "interactive", + "mythic": ["artifacts", "browser scripts", "docker","dynamic loading", "file chunking", "file browser", "interactive", "keylogging", "p2p", "process browser", "process responses", "push c2", "rpfwd", "screenshots", "socks"], - "custom": ["execute assembly", "shellcode execution", "shellcode injection", "multiple egress", "killdate", "obfuscation", "bofs"] + "custom": ["execute assembly", "shellcode execution", "shellcode injection", "multiple egress", "killdate", "obfuscation", "bofs", "inline-assembly"] }, - "payload_output": ["exe"], + "payload_output": ["exe", "macho", "elf"], "architectures": ["x86", "x86_64", "arm_64"], "c2": ["http", "websocket", "smb", "slack", "discord"], "mythic_version": "3.2",