From 22ff22f3895f602707851369d3de7908ec385577 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 12 Jul 2021 13:44:45 -0400 Subject: [PATCH] Island: Reword ransomware simulation description --- .../monkey_island/cc/services/config_schema/ransomware.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/monkey/monkey_island/cc/services/config_schema/ransomware.py b/monkey/monkey_island/cc/services/config_schema/ransomware.py index 70415110d..f42f9f53b 100644 --- a/monkey/monkey_island/cc/services/config_schema/ransomware.py +++ b/monkey/monkey_island/cc/services/config_schema/ransomware.py @@ -10,10 +10,10 @@ RANSOMWARE = { "encryption": { "title": "Simulation", "type": "object", - "description": "To simulate ransomware encryption, create a directory and put some " - "files there to be encrypted. Do this on each machine on which you want to run the " - "ransomware encryption simulation.\n\nProvide the path to the directory that was " - "created on each machine:", + "description": "To simulate ransomware encryption, you'll need to provide Infection " + "Monkey with files that it can safely encrypt. On each machine where you would like " + "the ransomware simulation to run, create a directory and put some files in it." + "\n\nProvide the path to the directory that was created on each machine.", "properties": { "enabled": { "title": "Encrypt files",