forked from p15670423/monkey
Rephrase custom PBA command config descriptions
This commit is contained in:
parent
4928109be2
commit
2b4fd9e9a7
|
@ -14,7 +14,10 @@ MONKEY = {
|
||||||
"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": "Command to be executed after breaching. "
|
||||||
|
"Use this field to run custom commands or execute uploaded "
|
||||||
|
"files on exploited machines.\nExample: "
|
||||||
|
"\"chmod +x ./my_script.sh; ./my_script.sh ; rm ./my_script.sh\""
|
||||||
},
|
},
|
||||||
"PBA_linux_file": {
|
"PBA_linux_file": {
|
||||||
"title": "Linux post-breach file",
|
"title": "Linux post-breach file",
|
||||||
|
@ -29,7 +32,10 @@ MONKEY = {
|
||||||
"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": "Command to be executed after breaching. "
|
||||||
|
"Use this field to run custom commands or execute uploaded "
|
||||||
|
"files on exploited machines.\nExample: "
|
||||||
|
"\"my_script.bat & del my_script.bat\""
|
||||||
},
|
},
|
||||||
"PBA_windows_file": {
|
"PBA_windows_file": {
|
||||||
"title": "Windows post-breach file",
|
"title": "Windows post-breach file",
|
||||||
|
|
Loading…
Reference in New Issue