Adds ransomware configuration options to monkey configuration

This commit is contained in:
VakarisZ 2021-06-22 09:14:29 +03:00
parent 84868b29ef
commit 1ede7ebaec
1 changed files with 6 additions and 1 deletions

View File

@ -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):
"""