mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
108a370807
* CommandSpecs * CommandSpecs * feat(command-specs): add simple module specs * listModule * AssemblyExec * AssemblyExecTests * Minor * Inject * InjectTests * Spec modules * Folder layout * upload & download * Chisel Minidump Powershell & Script * CoffLoader DotnetExec /KerberosUseTicket PsExec PwSh ScreenShot * add artifact_filters * Minor * stabilisation * Fixes * manual test * manual test * manual test * manual test * manual test * manual test * manual test * manual test * ScreenShot png * socks5 hostname * Maj for AI * minor
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"name": "enumerateShares",
|
|
"display_name": "enumerateShares",
|
|
"kind": "module",
|
|
"description": "Enumerate SMB shares from the beacon context.",
|
|
"command_template": "enumerateShares {host:q?}",
|
|
"target": "beacon",
|
|
"requires_session": true,
|
|
"platforms": ["windows", "linux"],
|
|
"archs": ["any"],
|
|
"args": [
|
|
{
|
|
"name": "host",
|
|
"type": "text",
|
|
"required": false,
|
|
"description": "Optional remote host to enumerate. Empty value enumerates from the local context."
|
|
}
|
|
],
|
|
"examples": [
|
|
"enumerateShares",
|
|
"enumerateShares fileserver"
|
|
],
|
|
"source": "manifest"
|
|
}
|