mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
9c1676bdfa
commit
c8f8dbf0a7
1 changed files with 4 additions and 0 deletions
|
|
@ -387,4 +387,8 @@ def dictionaryAttack(attack_dict):
|
||||||
warnMsg += "Please report by e-mail to sqlmap-users@lists.sourceforge.net."
|
warnMsg += "Please report by e-mail to sqlmap-users@lists.sourceforge.net."
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
|
if len(results) == 0:
|
||||||
|
warnMsg = "no clear password(s) found"
|
||||||
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue