mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #5287
This commit is contained in:
parent
b0a1efaa44
commit
1f83076e70
2 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue