minor update

This commit is contained in:
Miroslav Stampar 2010-12-27 15:39:27 +00:00
parent 9c1676bdfa
commit c8f8dbf0a7

View File

@ -387,4 +387,8 @@ def dictionaryAttack(attack_dict):
warnMsg += "Please report by e-mail to sqlmap-users@lists.sourceforge.net."
logger.warn(warnMsg)
if len(results) == 0:
warnMsg = "no clear password(s) found"
logger.warn(warnMsg)
return results