forked from p34709852/monkey
Island: Reword ransomware target directory descriptions
This commit is contained in:
parent
771aa747a8
commit
9a58d5bc7a
|
@ -21,17 +21,17 @@ RANSOMWARE = {
|
||||||
"title": "Linux target directory",
|
"title": "Linux target directory",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Files in the specified directory will be encrypted "
|
"description": "A path to a directory on Linux systems that can be "
|
||||||
"using bitflip. If no directory is specified, no files will be "
|
"used to safely simulate the encryption behavior of ransomware. If no "
|
||||||
"encrypted.",
|
"directory is specified, no files will be encrypted.",
|
||||||
},
|
},
|
||||||
"windows_dir": {
|
"windows_dir": {
|
||||||
"title": "Windows target directory",
|
"title": "Windows target directory",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Files in the specified directory will be encrypted "
|
"description": "A path to a directory on Windows systems that can be "
|
||||||
"using bitflip. If no directory is specified, no files will be "
|
"used to safely simulate the encryption behavior of ransomware. If no "
|
||||||
"encrypted.",
|
"directory is specified, no files will be encrypted.",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue