Skip to content

Commit

Permalink
Island: Reword descriptions in ransomware config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Jun 30, 2021
1 parent adc7996 commit bfa6bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions monkey/monkey_island/cc/services/config_schema/ransomware.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"title": "Linux target directory",
"type": "string",
"default": "",
"description": "A path to a directory on Linux systems that can be "
"used to safely simulate the encryption behavior of ransomware. If no "
"description": "A path to a directory on Linux systems that contains "
"files that you will allow Infection Monkey to encrypt. If no "
"directory is specified, no files will be encrypted.",
},
"windows_target_dir": {
"title": "Windows target directory",
"type": "string",
"default": "",
"description": "A path to a directory on Windows systems that can be "
"used to safely simulate the encryption behavior of ransomware. If no "
"description": "A path to a directory on Windows systems that contains "
"files that you will allow Infection Monkey to encrypt. If no "
"directory is specified, no files will be encrypted.",
},
},
Expand Down

0 comments on commit bfa6bca

Please sign in to comment.