mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fixes #5287
This commit is contained in:
@@ -596,6 +596,9 @@ class Agent(object):
|
||||
if not _:
|
||||
fieldsSelectFrom = None
|
||||
|
||||
if re.search(r"\bWHERE\b.+(MIN|MAX)", query, re.I):
|
||||
fieldsMinMaxstr = None
|
||||
|
||||
fieldsToCastStr = fieldsNoSelect
|
||||
|
||||
if fieldsSubstr:
|
||||
|
||||
Reference in New Issue
Block a user