forked from p34709852/monkey
Rephrase custom PBA file config descriptions
This commit is contained in:
parent
9167aa6460
commit
4928109be2
|
@ -11,33 +11,33 @@ MONKEY = {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"custom_PBA_linux_cmd": {
|
"custom_PBA_linux_cmd": {
|
||||||
"title": "Linux post breach command",
|
"title": "Linux post-breach command",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Linux command to be executed after breaching."
|
"description": "Linux command to be executed after breaching."
|
||||||
},
|
},
|
||||||
"PBA_linux_file": {
|
"PBA_linux_file": {
|
||||||
"title": "Linux post breach file",
|
"title": "Linux post-breach file",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "data-url",
|
"format": "data-url",
|
||||||
"description": "File to be uploaded after breaching. "
|
"description": "File to be uploaded after breaching. "
|
||||||
"If you want the file to be executed, "
|
"Use the 'Linux post-breach command' field to "
|
||||||
"specify it in the 'Linux post breach command' field. "
|
"change permissions, run, or delete the file. "
|
||||||
"Reference your file by filename."
|
"Reference your file by filename."
|
||||||
},
|
},
|
||||||
"custom_PBA_windows_cmd": {
|
"custom_PBA_windows_cmd": {
|
||||||
"title": "Windows post breach command",
|
"title": "Windows post-breach command",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Windows command to be executed after breaching."
|
"description": "Windows command to be executed after breaching."
|
||||||
},
|
},
|
||||||
"PBA_windows_file": {
|
"PBA_windows_file": {
|
||||||
"title": "Windows post breach file",
|
"title": "Windows post-breach file",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "data-url",
|
"format": "data-url",
|
||||||
"description": "File to be uploaded after breaching. "
|
"description": "File to be uploaded after breaching. "
|
||||||
"If you want the file to be executed, "
|
"Use the 'Windows post-breach command' field to "
|
||||||
"specify it in the 'Windows post breach command' field. "
|
"change permissions, run, or delete the file. "
|
||||||
"Reference your file by filename."
|
"Reference your file by filename."
|
||||||
},
|
},
|
||||||
"PBA_windows_filename": {
|
"PBA_windows_filename": {
|
||||||
|
|
Loading…
Reference in New Issue