mirror of
https://github.com/wavvs/nanorobeus
synced 2026-06-08 18:08:34 +00:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "nanorobeus",
|
|
"version": "0.0.4",
|
|
"command_name": "nanorobeus",
|
|
"extension_author": "wavvs",
|
|
"original_author": "wavvs",
|
|
"repo_url": "https://github.com/wavvs/nanorobeus",
|
|
"help": "Beacon Object File for managing Kerberos tickets",
|
|
"long_help": "",
|
|
"depends_on": "coff-loader",
|
|
"entrypoint": "go",
|
|
"files": [
|
|
{
|
|
"os": "windows",
|
|
"arch": "amd64",
|
|
"path": "nanorobeus.x64.o"
|
|
},
|
|
{
|
|
"os": "windows",
|
|
"arch": "386",
|
|
"path": "nanorobeus.x86.o"
|
|
}
|
|
],
|
|
"arguments": [
|
|
{
|
|
"name": "command",
|
|
"desc": "Command to execute (luid, sessions, klist, dump, ptt, purge, tgtdeleg, kerberoast, help)",
|
|
"type": "string",
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "arg1",
|
|
"desc": "arg1",
|
|
"type": "string",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "arg2",
|
|
"desc": "arg2",
|
|
"type": "string",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "arg3",
|
|
"desc": "arg3",
|
|
"type": "string",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "arg4",
|
|
"desc": "arg4",
|
|
"type": "string",
|
|
"optional": true
|
|
}
|
|
]
|
|
} |