Fix for an Issue #1100

This commit is contained in:
Miroslav Stampar 2015-01-08 22:15:04 +01:00
parent 7bcb3ce599
commit f96f33a984

View File

@ -957,7 +957,7 @@ def dictionaryAttack(attack_dict):
if len(hash_regexes) == 0: if len(hash_regexes) == 0:
warnMsg = "unknown hash format. " 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) logger.warn(warnMsg)
if len(results) == 0: if len(results) == 0: