mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor update
This commit is contained in:
@@ -507,7 +507,7 @@ def dictionaryAttack(attack_dict):
|
||||
if not resumed:
|
||||
attack_info.append(item)
|
||||
else:
|
||||
infoMsg = "resuming '%s' for hash '%s'" % (resumed, hash_)
|
||||
infoMsg = "resuming password '%s' for hash '%s'" % (resumed, hash_)
|
||||
if user and not user.startswith(DUMMY_USER_PREFIX):
|
||||
infoMsg += " for user '%s'" % user
|
||||
logger.info(infoMsg)
|
||||
|
||||
Reference in New Issue
Block a user