Skip to content

Commit

Permalink
updating agent capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Nov 27, 2024
1 parent 687e7fe commit 60a0d32
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions agent_capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"os": ["Windows"],
"languages": [".NET Framework"] ,
"features": {
"mythic": ["artifacts", "browser scripts", "docker", "dynamic loading", "file chunking", "file browser",
"keylogging", "p2p", "process browser", "screenshots", "socks"],
"custom": ["key exchange", "killdate", "execute pe", "execute assembly", "inline assembly","mimikatz", "powerpick",
"donut", "sRDI"]
"mythic": ["artifacts", "browser scripts", "credentials","docker", "dynamic loading", "file chunking", "file browser",
"keylogging", "p2p", "process browser", "pushc2", "rpwfd","screenshots", "socks"],
"custom": ["bofs","key exchange", "killdate", "execute pe", "execute assembly", "inline assembly","mimikatz", "powerpick",
"donut", "sRDI", "shellcode injection"]
},
"payload_output": ["exe", "shellcode"],
"payload_output": ["exe", "shellcode", "service"],
"architectures": ["x86_64"],
"c2": ["http", "smb", "tcp", "websocket"],
"mythic_version": "3.3.0",
"agent_version": "2.2.20",
"mythic_version": "3.3.1-rc28",
"agent_version": "2.2.21",
"supported_wrappers": ["service_wrapper", "scarecrow_wrapper"]
}

0 comments on commit 60a0d32

Please sign in to comment.