mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fix for an Issue #1100
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user