cc: Add checkbox for ransomware encryption

This commit is contained in:
Shreya 2021-06-29 16:02:20 +05:30 committed by Mike Salvatore
parent 6301ec9d14
commit 13a94804b4
1 changed files with 27 additions and 14 deletions

View File

@ -2,6 +2,17 @@ RANSOMWARE = {
"title": "Ransomware",
"type": "object",
"properties": {
"encryption": {
"title": "Encryption",
"type": "object",
"properties": {
"should_encrypt": {
"title": "Encrypt files",
"type": "boolean",
"default": True,
"description": "Selected files will be encrypted using bitflip to simulate "
"ransomware. Enter target directories below.",
},
"directories": {
"title": "Directories to encrypt",
"type": "object",
@ -22,6 +33,8 @@ RANSOMWARE = {
},
},
},
},
},
"other_behaviors": {
"title": "Other Behaviors",
"type": "object",