mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
bug fix
This commit is contained in:
@@ -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"):
|
||||||
|
|||||||
Reference in New Issue
Block a user