mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor beauty patch
This commit is contained in:
parent
0d1690de61
commit
096ce7881e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user