-
Notifications
You must be signed in to change notification settings - Fork 31
/
sample_sliver.json
56 lines (56 loc) · 1.36 KB
/
sample_sliver.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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
}
]
}