Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3a5739

Browse files
committed
minor update
1 parent 3e3f037 commit b3a5739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def dictionaryAttack(attack_dict):
507507
if not resumed:
508508
attack_info.append(item)
509509
else:
510-
infoMsg = "resuming '%s' for hash '%s'" % (resumed, hash_)
510+
infoMsg = "resuming password '%s' for hash '%s'" % (resumed, hash_)
511511
if user and not user.startswith(DUMMY_USER_PREFIX):
512512
infoMsg += " for user '%s'" % user
513513
logger.info(infoMsg)

0 commit comments

Comments
 (0)