mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-07 06:33:06 +03:00
bug fix
This commit is contained in:
parent
f574760c12
commit
1b45c5b56a
|
@ -353,6 +353,7 @@ def unionUse(expression, unpack=True, dump=False):
|
||||||
kb.suppressResumeInfo = False
|
kb.suppressResumeInfo = False
|
||||||
|
|
||||||
if not value:
|
if not value:
|
||||||
|
expression = re.sub("\s*ORDER BY\s+[\w,]+", "", expression, re.I) # full inband doesn't play well with ORDER BY
|
||||||
value = __oneShotUnionUse(expression, unpack)
|
value = __oneShotUnionUse(expression, unpack)
|
||||||
|
|
||||||
duration = calculateDeltaSeconds(start)
|
duration = calculateDeltaSeconds(start)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user