mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-16 05:13:22 +01:00
Update lib/core/agent.py
This commit is contained in:
parent
738dbde16c
commit
9e2f0131b9
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ class Agent(object):
|
|||
|
||||
if where == PAYLOAD.WHERE.ORIGINAL:
|
||||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue