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