mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-21 21:43:07 +03:00
bug fix
This commit is contained in:
parent
c89021f0bb
commit
8212b7b745
|
@ -523,6 +523,9 @@ class Agent:
|
||||||
if comment is None:
|
if comment is None:
|
||||||
comment = kb.unionComment
|
comment = kb.unionComment
|
||||||
|
|
||||||
|
if query.startswith("SELECT "):
|
||||||
|
query = query[len("SELECT "):]
|
||||||
|
|
||||||
inbandQuery = self.prefixQuery("UNION ALL SELECT ")
|
inbandQuery = self.prefixQuery("UNION ALL SELECT ")
|
||||||
|
|
||||||
if query.startswith("TOP"):
|
if query.startswith("TOP"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user