mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor beauty patch
This commit is contained in:
@@ -201,7 +201,7 @@ class Agent(object):
|
||||
else:
|
||||
query = kb.injection.prefix or prefix or ""
|
||||
|
||||
if not (expression and expression[0] == ";"):
|
||||
if not (expression and expression[0] == ';') and not (query and query[-1] in ('(', ')') and expression and expression[0] in ('(', ')')):
|
||||
query += " "
|
||||
|
||||
query = "%s%s" % (query, expression)
|
||||
|
||||
Reference in New Issue
Block a user