Skip to content

Commit 623e6aa

Browse files
committed
removed outer check, no time save
1 parent d7abaf2 commit 623e6aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nxc/connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,6 @@ def try_credentials(self, domain, username, owned, secret, cred_type, data=None)
484484
- NTLM-hash (/kerberos)
485485
- AES-key
486486
"""
487-
if self.over_fail_limit(username):
488-
return False
489487
if self.args.continue_on_success and owned:
490488
return False
491489

0 commit comments

Comments
 (0)