Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43340a7 commit 4cafc5fCopy full SHA for 4cafc5f
1 file changed
lib/utils/hash.py
@@ -505,7 +505,7 @@ def dictionaryAttack(attack_dict):
505
if not resumed:
506
attack_info.append(item)
507
else:
508
- infoMsg = "resuming found '%s' ('%s')" % (resumed, hash_)
+ infoMsg = "resuming '%s' for hash '%s'" % (resumed, hash_)
509
if user and not user.startswith(DUMMY_USER_PREFIX):
510
infoMsg += " for user '%s'" % user
511
logger.info(infoMsg)
0 commit comments