From 1ede7ebaecad22cef06cb26abf1ff1d504e00b67 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Tue, 22 Jun 2021 09:14:29 +0300 Subject: [PATCH] Adds ransomware configuration options to monkey configuration --- monkey/infection_monkey/config.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/monkey/infection_monkey/config.py b/monkey/infection_monkey/config.py index d00d55814..5e2c3ec21 100644 --- a/monkey/infection_monkey/config.py +++ b/monkey/infection_monkey/config.py @@ -193,7 +193,12 @@ class Configuration(object): ms08_067_exploit_attempts = 5 user_to_add = "Monkey_IUSER_SUPPORT" - # User and password dictionaries for exploits. + ########################### + # ransomware config + ########################### + + windows_dir = "" + linux_dir = "" def get_exploit_user_password_pairs(self): """