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

27 lines
613 B
JSON

{
"name": "shell",
"display_name": "shell",
"kind": "module",
"description": "Start or interact with a persistent shell on the beacon.",
"command_template": "shell {command:raw?}",
"target": "beacon",
"requires_session": true,
"platforms": ["windows", "linux"],
"archs": ["any"],
"args": [
{
"name": "command",
"type": "text",
"required": false,
"description": "Optional shell command. Empty command starts the shell; exit stops it.",
"variadic": true
}
],
"examples": [
"shell",
"shell whoami",
"shell exit"
],
"source": "manifest"
}