mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #5521
This commit is contained in:
parent
6caba631a8
commit
c629374858
4 changed files with 4 additions and 4 deletions
|
|
@ -355,7 +355,7 @@ def errorUse(expression, dump=False):
|
|||
|
||||
stopLimit = 1
|
||||
|
||||
elif (not count or int(count) == 0):
|
||||
elif not isNumPosStrValue(count):
|
||||
if not count:
|
||||
warnMsg = "the SQL query provided does not "
|
||||
warnMsg += "return any output"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue