From 0419e14a7a0f30ca1511f318776297aa383ff459 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/monkey_island/cc/services/config_schema/ransomware.py | 5 +++++ 1 file changed, 5 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..04b1ec118 100644 --- a/monkey/monkey_island/cc/services/config_schema/ransomware.py +++ b/monkey/monkey_island/cc/services/config_schema/ransomware.py @@ -49,6 +49,11 @@ RANSOMWARE = { }, }, }, + "readme_note": { + "title": "", + "type": "object", + "description": "A README.txt file will be left alongside the encrypted files.", + }, }, }, "other_behaviors": {