forked from p15670423/monkey
cc: Reword ransomware configuration fields' descriptions
This commit is contained in:
parent
619695d5bc
commit
aecb80566b
|
@ -10,26 +10,28 @@ RANSOMWARE = {
|
||||||
"title": "Encrypt files",
|
"title": "Encrypt files",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": True,
|
"default": True,
|
||||||
"description": "Selected files will be encrypted using bitflip to simulate "
|
"description": "Ransomware encryption will be simulated by flipping every bit "
|
||||||
"ransomware. Enter target directories below.",
|
"in the files contained within the target directories.",
|
||||||
},
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
"title": "Directories to encrypt",
|
"title": "Directories to encrypt",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"linux_dir": {
|
"linux_dir": {
|
||||||
"title": "Linux encryptable directory",
|
"title": "Linux target directory",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Files in the specified directory will be encrypted "
|
"description": "Files in the specified directory will be encrypted "
|
||||||
"using bitflip to simulate ransomware.",
|
"using bitflip. If no directory is specified, no files will be "
|
||||||
|
"encrypted.",
|
||||||
},
|
},
|
||||||
"windows_dir": {
|
"windows_dir": {
|
||||||
"title": "Windows encryptable directory",
|
"title": "Windows target directory",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Files in the specified directory will be encrypted "
|
"description": "Files in the specified directory will be encrypted "
|
||||||
"using bitflip to simulate ransomware.",
|
"using bitflip. If no directory is specified, no files will be "
|
||||||
|
"encrypted.",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue