Files
Ne0nd0g 202c6a185d Updated module JSON structure to include Credits. Updated modules.go to
show credits. Added new exported Run function to the Agent DLL. Run
function takes URL as an argument.
2018-03-21 22:24:52 -04:00

25 lines
500 B
JSON

{
"base": {
"name": "",
"type": "standard",
"author": [""],
"credits": [""],
"path": [""],
"platform": "",
"arch": "",
"lang": "",
"privilege": false,
"remote": "",
"local": [""],
"options": [
{"name": "", "value": "", "required": true, "flag": "", "description":""},
{"name": "", "value": "", "required": false, "flag": "", "description":""}
],
"description": "",
"notes": "",
"commands": [
"",
""
]
}
}