mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
language update
This commit is contained in:
parent
43340a7ea5
commit
4cafc5f31b
|
@ -505,7 +505,7 @@ def dictionaryAttack(attack_dict):
|
||||||
if not resumed:
|
if not resumed:
|
||||||
attack_info.append(item)
|
attack_info.append(item)
|
||||||
else:
|
else:
|
||||||
infoMsg = "resuming found '%s' ('%s')" % (resumed, hash_)
|
infoMsg = "resuming '%s' for hash '%s'" % (resumed, hash_)
|
||||||
if user and not user.startswith(DUMMY_USER_PREFIX):
|
if user and not user.startswith(DUMMY_USER_PREFIX):
|
||||||
infoMsg += " for user '%s'" % user
|
infoMsg += " for user '%s'" % user
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user