Files
maxDcb-C2Core/modules/KeyLogger/keyLogger.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

27 lines
659 B
JSON

{
"name": "keyLogger",
"display_name": "keyLogger",
"kind": "module",
"description": "Start, stop, or locally dump the keylogger buffer.",
"command_template": "keyLogger {action}",
"target": "beacon",
"requires_session": true,
"platforms": ["windows"],
"archs": ["x86", "x64", "arm64"],
"args": [
{
"name": "action",
"type": "enum",
"required": true,
"description": "Keylogger action. dump is handled locally by the TeamServer module instance.",
"values": ["start", "stop", "dump"]
}
],
"examples": [
"keyLogger start",
"keyLogger stop",
"keyLogger dump"
],
"source": "manifest"
}