forked from p15670423/monkey
Agent: Remove disused get_exploit_user_ssh_key_pairs()
This commit is contained in:
parent
7a71a99420
commit
916f4a6a46
|
@ -136,12 +136,6 @@ class Configuration(object):
|
|||
"""
|
||||
return product(self.exploit_user_list, self.exploit_password_list)
|
||||
|
||||
def get_exploit_user_ssh_key_pairs(self):
|
||||
"""
|
||||
:return: All combinations of the configurations users and ssh pairs
|
||||
"""
|
||||
return product(self.exploit_user_list, self.exploit_ssh_keys)
|
||||
|
||||
@staticmethod
|
||||
def hash_sensitive_data(sensitive_data):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue