mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Major bug fix to --union-test
This commit is contained in:
parent
7effd0c301
commit
f5904d0bc0
9 changed files with 29 additions and 29 deletions
|
|
@ -453,7 +453,7 @@ class Agent:
|
|||
query = query[len("TOP %s " % topNum):]
|
||||
inbandQuery += "TOP %s " % topNum
|
||||
|
||||
if not exprPosition:
|
||||
if not isinstance(exprPosition, int):
|
||||
exprPosition = kb.unionPosition
|
||||
|
||||
intoRegExp = re.search("(\s+INTO (DUMP|OUT)FILE\s+\'(.+?)\')", query, re.I)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue