cc: Remove unnecessary quotes in post_breach_actions.py

This commit is contained in:
Mike Salvatore 2021-04-11 19:35:40 -04:00
parent 265863cdf4
commit 76a2dfdf91
1 changed files with 1 additions and 1 deletions

View File

@ -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"],
},
{