forked from p15670423/monkey
Reverted ssh exception handling.
This commit is contained in:
parent
576af97a82
commit
ae1ccfaf9a
|
@ -84,7 +84,7 @@ class SSHExploiter(HostExploiter):
|
|||
self.report_login_attempt(True, user, curpass)
|
||||
break
|
||||
|
||||
except paramiko.AuthenticationException as exc:
|
||||
except Exception as exc:
|
||||
LOG.debug("Error logging into victim %r with user"
|
||||
" %s and password '%s': (%s)", self.host,
|
||||
user, curpass, exc)
|
||||
|
|
Loading…
Reference in New Issue