Skip to content

Commit

Permalink
update agent capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Jan 29, 2024
1 parent 0f8beee commit 6217b28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions agent_capabilities.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6217b28

Please sign in to comment.