forked from p15670423/monkey
Adds ransomware configuration options to monkey configuration
This commit is contained in:
parent
84868b29ef
commit
1ede7ebaec
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue