mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 12:42:18 +00:00
Minor code adjustments
This commit is contained in:
parent
24c5d7b313
commit
215175e3b7
12 changed files with 28 additions and 26 deletions
|
|
@ -446,7 +446,7 @@ class Agent:
|
|||
@rtype: C{str}
|
||||
"""
|
||||
|
||||
inbandQuery = self.prefixQuery(" UNION ALL SELECT ")
|
||||
inbandQuery = self.prefixQuery("UNION ALL SELECT ")
|
||||
|
||||
if query.startswith("TOP"):
|
||||
topNum = re.search("\ATOP\s+([\d]+)\s+", query, re.I).group(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue