Agent: Remove unnecessary __init__() from SMBExploiter

This commit is contained in:
Mike Salvatore 2022-03-18 12:10:00 -04:00
parent c3ffd91990
commit abb05730b8
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ class SMBExploiter(HostExploiter):
USE_KERBEROS = False
SMB_SERVICE_NAME = "InfectionMonkey"
def __init__(self, host):
super(SMBExploiter, self).__init__(host)
def _exploit_host(self):
agent_binary = self.agent_repository.get_agent_binary(self.host.os["type"])
dest_path = get_agent_dest_path(self.host, self.options)