forked from p34709852/monkey
cc: Remove unnecessary quotes in post_breach_actions.py
This commit is contained in:
parent
265863cdf4
commit
76a2dfdf91
|
@ -10,7 +10,7 @@ POST_BREACH_ACTIONS = {
|
|||
"enum": ["BackdoorUser"],
|
||||
"title": "Back door user",
|
||||
"safe": True,
|
||||
"info": "Attempts to create a new user on the system and delete it " "afterwards.",
|
||||
"info": "Attempts to create a new user on the system and delete it afterwards.",
|
||||
"attack_techniques": ["T1136"],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue