forked from p15670423/monkey
Rephrase custom PBA file descriptions in configuration
This commit is contained in:
parent
53fa550b99
commit
307e1e3093
|
@ -20,9 +20,9 @@ MONKEY = {
|
||||||
"title": "Linux post breach file",
|
"title": "Linux post breach file",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "data-url",
|
"format": "data-url",
|
||||||
"description": "File to be executed after breaching. "
|
"description": "File to be uploaded after breaching. "
|
||||||
"If you want custom execution behavior, "
|
"If you want the file to be executed, "
|
||||||
"specify it in 'Linux post breach command' field. "
|
"specify it in the 'Linux post breach command' field. "
|
||||||
"Reference your file by filename."
|
"Reference your file by filename."
|
||||||
},
|
},
|
||||||
"custom_PBA_windows_cmd": {
|
"custom_PBA_windows_cmd": {
|
||||||
|
@ -35,9 +35,9 @@ MONKEY = {
|
||||||
"title": "Windows post breach file",
|
"title": "Windows post breach file",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "data-url",
|
"format": "data-url",
|
||||||
"description": "File to be executed after breaching. "
|
"description": "File to be uploaded after breaching. "
|
||||||
"If you want custom execution behavior, "
|
"If you want the file to be executed, "
|
||||||
"specify it in 'Windows post breach command' field. "
|
"specify it in the 'Windows post breach command' field. "
|
||||||
"Reference your file by filename."
|
"Reference your file by filename."
|
||||||
},
|
},
|
||||||
"PBA_windows_filename": {
|
"PBA_windows_filename": {
|
||||||
|
|
Loading…
Reference in New Issue