Files
maxDcb-C2Core/modules/KillProcess/killProcess.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

24 lines
512 B
JSON

{
"name": "killProcess",
"display_name": "killProcess",
"kind": "module",
"description": "Terminate a process on the beacon host by PID.",
"command_template": "killProcess {pid}",
"target": "beacon",
"requires_session": true,
"platforms": ["windows", "linux"],
"archs": ["any"],
"args": [
{
"name": "pid",
"type": "number",
"required": true,
"description": "Process id to terminate."
}
],
"examples": [
"killProcess 4242"
],
"source": "manifest"
}