-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathextension.json
More file actions
24 lines (24 loc) · 756 Bytes
/
Copy pathextension.json
File metadata and controls
24 lines (24 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ADSyncDump",
"version": "v1.0.0",
"command_name": "adsyncdump",
"extension_author": "Paradoxis",
"original_author": "Paradoxis",
"repo_url": "https://github.com/Paradoxis/ADSyncDump-BOF",
"help": "Fully in-memory ADSync credential dumper without without third-party DLL's.",
"long_help": "The ADSyncDump BOF is a port of Dirkjan Mollema's adconnectdump.py / ADSyncDecrypt into a Beacon Object File.",
"depends_on": "coff-loader",
"entrypoint": "go",
"files": [
{
"os": "windows",
"arch": "amd64",
"path": "adsyncdump.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "adsyncdump.x86.o"
}
]
}