mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Fix for an Issue #1100
This commit is contained in:
parent
7bcb3ce599
commit
f96f33a984
|
@ -957,7 +957,7 @@ def dictionaryAttack(attack_dict):
|
|||
|
||||
if len(hash_regexes) == 0:
|
||||
warnMsg = "unknown hash format. "
|
||||
warnMsg += "Please report by e-mail to %s" % ML
|
||||
warnMsg += "Please report by e-mail to 'dev@sqlmap.org'"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
if len(results) == 0:
|
||||
|
|
Loading…
Reference in New Issue
Block a user