Update monkey/monkey_island/cc/services/attack/attack_config.py

dict typo

Co-Authored-By: VakarisZ <36815064+VakarisZ@users.noreply.github.com>
This commit is contained in:
itaymmguardicore 2019-04-19 16:52:47 +03:00 committed by GitHub
parent b17dbdc9de
commit d36df7a0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ def r_alter_array(config_value, array_name, field, remove=True):
def get_technique_values():
"""
Parses ATT&CK config into a dic of techniques and corresponding values.
Parses ATT&CK config into a dict of techniques and corresponding values.
:return: Dictionary of techniques. Format: {"T1110": True, "T1075": False, ...}
"""
attack_config = get_config()