Files
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
667 B
JSON

{
"name": "screenShot",
"display_name": "screenShot",
"kind": "module",
"description": "Capture a screenshot from the beacon host and register it as a generated PNG TeamServer artifact.",
"command_template": "screenShot {artifact_name:q?}",
"target": "beacon",
"requires_session": true,
"platforms": ["windows"],
"archs": ["x86", "x64", "arm64"],
"args": [
{
"name": "artifact_name",
"type": "text",
"required": false,
"description": "Optional generated PNG artifact filename hint. Omit the extension or use .png."
}
],
"examples": [
"screenShot",
"screenShot desktop.png"
],
"source": "manifest"
}