Files
maxDcb-C2Core/modules/EnumerateShares/enumerateShares.json
T
Maxime dcb 108a370807 CommandSpecs & Tests
* 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
2026-05-10 21:28:40 +02:00

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"
}