mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
minor update for empty tables (skipping other techniques)
This commit is contained in:
@@ -263,7 +263,8 @@ def unionUse(expression, unpack=True, dump=False):
|
||||
warnMsg = "the SQL query provided does not "
|
||||
warnMsg += "return any output"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
else:
|
||||
value = [] # for empty tables
|
||||
return value
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
|
||||
Reference in New Issue
Block a user