mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
Minor fix
This commit is contained in:
parent
f110bfe28a
commit
658110e644
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue