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 3e3f037 commit b3a5739Copy full SHA for b3a5739
1 file changed
lib/utils/hash.py
@@ -507,7 +507,7 @@ def dictionaryAttack(attack_dict):
507
if not resumed:
508
attack_info.append(item)
509
else:
510
- infoMsg = "resuming '%s' for hash '%s'" % (resumed, hash_)
+ infoMsg = "resuming password '%s' for hash '%s'" % (resumed, hash_)
511
if user and not user.startswith(DUMMY_USER_PREFIX):
512
infoMsg += " for user '%s'" % user
513
logger.info(infoMsg)
0 commit comments