From 8e22d2d1ae0e002ff1c4c9996c1f25f1b14592a5 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Fri, 9 Jul 2021 12:23:12 +0200 Subject: [PATCH] Island: Add readme note to the bottom of the page --- .../monkey_island/cc/services/config_schema/ransomware.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/monkey/monkey_island/cc/services/config_schema/ransomware.py b/monkey/monkey_island/cc/services/config_schema/ransomware.py index 64b986acb..b8f7aef1f 100644 --- a/monkey/monkey_island/cc/services/config_schema/ransomware.py +++ b/monkey/monkey_island/cc/services/config_schema/ransomware.py @@ -47,7 +47,14 @@ RANSOMWARE = { "files that you will allow Infection Monkey to encrypt. If no " "directory is specified, no files will be encrypted.", }, + }, + + }, + "readme_note": { + "title": "", + "type": "object", + "description": "A README.txt file will be left alongside the encrypted files.", }, }, },