mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Update lib/core/agent.py
This commit is contained in:
@@ -606,7 +606,7 @@ class Agent(object):
|
|||||||
|
|
||||||
if where == PAYLOAD.WHERE.ORIGINAL:
|
if where == PAYLOAD.WHERE.ORIGINAL:
|
||||||
if Backend.getIdentifiedDbms() in (DBMS.MYSQL, ):
|
if Backend.getIdentifiedDbms() in (DBMS.MYSQL, ):
|
||||||
limitOriginal = "%s " % (queries[Backend.getIdentifiedDbms()].limit.query % (0, 0))
|
limitOriginal = "%s " % (queries[Backend.getIdentifiedDbms()].limit.query % (0, kb.testMode))
|
||||||
|
|
||||||
unionQuery = self.prefixQuery("%sUNION ALL SELECT " % limitOriginal, prefix=prefix)
|
unionQuery = self.prefixQuery("%sUNION ALL SELECT " % limitOriginal, prefix=prefix)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user