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

26 lines
570 B
JSON

{
"name": "remove",
"display_name": "remove",
"kind": "module",
"description": "Remove a remote file or directory from the beacon.",
"command_template": "remove {path:q}",
"target": "beacon",
"requires_session": true,
"platforms": ["windows", "linux"],
"archs": ["any"],
"args": [
{
"name": "path",
"type": "path",
"required": true,
"description": "Remote file or directory path.",
"variadic": true
}
],
"examples": [
"remove /tmp/file.txt",
"remove C:\\Temp\\file.txt"
],
"source": "manifest"
}