mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update for empty tables (skipping other techniques)
This commit is contained in:
@@ -304,7 +304,8 @@ def errorUse(expression, expected=None, dump=False):
|
||||
warnMsg = "the SQL query provided does not "
|
||||
warnMsg += "return any output"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
else:
|
||||
outputs = [] # for empty tables
|
||||
return outputs
|
||||
|
||||
if " ORDER BY " in expression and (stopLimit - startLimit) > SLOW_ORDER_COUNT_THRESHOLD:
|
||||
|
||||
Reference in New Issue
Block a user