Add readme to ransomware section of configuration schema

This commit is contained in:
VakarisZ 2021-06-25 17:02:24 +03:00
parent 33a6e72df5
commit b7c8006f94
1 changed files with 13 additions and 1 deletions

View File

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