forked from sliverarmory/C2-Tool-Collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
32 lines (32 loc) · 817 Bytes
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "C2-Tool-Collection AddMachineAccount BOF",
"version": "v0.0.0",
"command_name": "c2tc-addmachineaccount",
"extension_author": "c2biz",
"original_author": "outflanknl",
"repo_url": "https://github.com/sliverarmory/C2-Tool-Collection",
"help": "AddMachineAccount [Computername] [Password <Optional>]",
"depends_on": "coff-loader",
"entrypoint": "go",
"files": [
{
"os": "windows",
"arch": "amd64",
"path": "AddMachineAccount.o"
}
],
"arguments": [
{
"name": "accountName",
"desc": "Computer Name",
"type": "string",
"optional": false
},
{
"name": "password",
"desc": "Password (Optional)",
"type": "string",
"optional": true
}
]
}