Files
maxDcb-C2Core/modules/MakeToken/makeToken.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

30 lines
736 B
JSON

{
"name": "makeToken",
"display_name": "makeToken",
"kind": "module",
"description": "Create and impersonate a token from explicit credentials.",
"command_template": "makeToken {username:q} {password:q}",
"target": "beacon",
"requires_session": true,
"platforms": ["windows"],
"archs": ["x86", "x64", "arm64"],
"args": [
{
"name": "username",
"type": "text",
"required": true,
"description": "Username in Username or DOMAIN\\Username form."
},
{
"name": "password",
"type": "text",
"required": true,
"description": "Password for the supplied username."
}
],
"examples": [
"makeToken DOMAIN\\Username Password123!"
],
"source": "manifest"
}