mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
bug fix
This commit is contained in:
parent
c89021f0bb
commit
8212b7b745
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue