forked from p34709852/monkey
Agent: Remove unnecessary __init__() from SMBExploiter
This commit is contained in:
parent
c3ffd91990
commit
abb05730b8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue