mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor fix
This commit is contained in:
parent
f110bfe28a
commit
658110e644
|
@ -824,6 +824,9 @@ class Agent(object):
|
|||
@rtype: C{str}
|
||||
"""
|
||||
|
||||
if " FROM " not in query:
|
||||
return query
|
||||
|
||||
limitedQuery = query
|
||||
limitStr = queries[Backend.getIdentifiedDbms()].limit.query
|
||||
fromIndex = limitedQuery.index(" FROM ")
|
||||
|
|
Loading…
Reference in New Issue
Block a user