mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2303
This commit is contained in:
parent
f7f33bef9f
commit
c54c2204a1
3 changed files with 5 additions and 3 deletions
|
|
@ -529,6 +529,8 @@ class Agent(object):
|
|||
elif fieldsSelect:
|
||||
fieldsToCastStr = fieldsSelect.group(1)
|
||||
|
||||
fieldsToCastStr = fieldsToCastStr or ""
|
||||
|
||||
# Function
|
||||
if re.search("\A\w+\(.*\)", fieldsToCastStr, re.I) or (fieldsSelectCase and "WHEN use" not in query) or fieldsSubstr:
|
||||
fieldsToCastList = [fieldsToCastStr]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue