Merge branch 'ransomware_readme_config_option' into develop

This commit is contained in:
Mike Salvatore 2021-06-28 14:57:18 -04:00
commit f7f60be632
1 changed files with 13 additions and 1 deletions

View File

@ -21,6 +21,18 @@ RANSOMWARE = {
"using bitflip to simulate ransomware.",
},
},
}
},
"other_behaviors": {
"title": "Other Behaviors",
"type": "object",
"properties": {
"readme": {
"title": "Create a README.TXT file",
"type": "boolean",
"default": True,
"description": "Creates a README.txt ransomware note on infected systems.",
}
},
},
},
}