minor bugfix

This commit is contained in:
VakarisZ 2019-06-14 10:17:16 +03:00
parent 85d88d76cf
commit 09c62b7ccf
1 changed files with 0 additions and 1 deletions

View File

@ -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()