Files
maxDcb-C2Core/modules/Tree/tree.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

27 lines
602 B
JSON

{
"name": "tree",
"display_name": "tree",
"kind": "module",
"description": "Recursively list a remote directory structure.",
"command_template": "tree {path:q?}",
"target": "beacon",
"requires_session": true,
"platforms": ["windows", "linux"],
"archs": ["any"],
"args": [
{
"name": "path",
"type": "path",
"required": false,
"description": "Remote directory path. Defaults to the beacon current working directory.",
"variadic": true
}
],
"examples": [
"tree",
"tree /tmp",
"tree C:\\Users\\Public"
],
"source": "manifest"
}