forked from p34709852/monkey
Merge pull request #252 from VakarisZ/mssql_exploiter_fix
Fixes the config import on MSSQL exploiter
This commit is contained in:
commit
592dcc3a37
|
@ -21,7 +21,6 @@ class MSSQLExploiter(HostExploiter):
|
|||
|
||||
def __init__(self, host):
|
||||
super(MSSQLExploiter, self).__init__(host)
|
||||
self._config = __import__('config').WormConfiguration
|
||||
self.attacks_list = [mssqlexec_utils.CmdShellAttack]
|
||||
|
||||
def create_payload_file(self, payload_path=DEFAULT_PAYLOAD_PATH):
|
||||
|
|
Loading…
Reference in New Issue