Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JAKAMI99 committed May 8, 2024
1 parent e15e73f commit 8aab840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion help_crack.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def run(self):
or keypair[0]['key'] != bytearray(netdata[0]['key'], 'utf-8', errors='ignore') \
or keypair[1]['key'] != bytearray(netdata[0]['key'], 'utf-8', errors='ignore'):
self.pprint('Challenge solving failed! Check if your cracker runs correctly.', 'FAIL')
exit(1)

hashcache = set()
netdata = self.resume_check()
Expand Down

0 comments on commit 8aab840

Please sign in to comment.