forked from p15670423/monkey
config_schema: fix typo in Signed script proxy execution PBA
This commit is contained in:
parent
5f9470d17c
commit
5ed102bd09
|
@ -95,7 +95,7 @@ POST_BREACH_ACTIONS = {
|
||||||
],
|
],
|
||||||
"title": "Signed script proxy execution",
|
"title": "Signed script proxy execution",
|
||||||
"safe": False,
|
"safe": False,
|
||||||
"info": "On Windows systems, attemps to execute an arbitrary file "
|
"info": "On Windows systems, attempts to execute an arbitrary file "
|
||||||
"with the help of a pre-existing signed script.",
|
"with the help of a pre-existing signed script.",
|
||||||
"attack_techniques": ["T1216"]
|
"attack_techniques": ["T1216"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue