Files
maxDcb-C2Core/modules/ModuleCmd/CommandSpecs/common/help.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

26 lines
544 B
JSON

{
"name": "help",
"display_name": "help",
"kind": "common",
"description": "Show available commands or command-specific help in the beacon console.",
"command_template": "help {command?}",
"target": "operator",
"requires_session": false,
"platforms": ["any"],
"archs": ["any"],
"args": [
{
"name": "command",
"type": "text",
"required": false,
"description": "Optional command name."
}
],
"examples": [
"help",
"help loadModule",
"help listener"
],
"source": "manifest"
}