minor bugfix
This commit is contained in:
parent
85d88d76cf
commit
09c62b7ccf
|
@ -48,7 +48,6 @@ class HostExploiter(object):
|
|||
self._exploit_attempts.append({'result': result, 'user': user, 'password': password,
|
||||
'lm_hash': lm_hash, 'ntlm_hash': ntlm_hash, 'ssh_key': ssh_key})
|
||||
|
||||
@abstractmethod
|
||||
def exploit_host(self):
|
||||
self.set_start_time()
|
||||
self._exploit_host()
|
||||
|
|
Loading…
Reference in New Issue