mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Update lib/core/agent.py
This commit is contained in:
parent
738dbde16c
commit
9e2f0131b9
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user