Fixes the config import on MSSQL exploiter

This commit is contained in:
VakarisZ 2019-01-29 10:17:25 +02:00
parent bb30e37ef1
commit e0a98664f6
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class MSSQLExploiter(HostExploiter):
def __init__(self, host): def __init__(self, host):
super(MSSQLExploiter, self).__init__(host) super(MSSQLExploiter, self).__init__(host)
self._config = __import__('config').WormConfiguration
self.attacks_list = [mssqlexec_utils.CmdShellAttack] self.attacks_list = [mssqlexec_utils.CmdShellAttack]
def create_payload_file(self, payload_path=DEFAULT_PAYLOAD_PATH): def create_payload_file(self, payload_path=DEFAULT_PAYLOAD_PATH):