mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Commit related to the last one
This commit is contained in:
parent
096ce7881e
commit
7f371c499d
|
@ -201,7 +201,7 @@ class Agent(object):
|
|||
else:
|
||||
query = kb.injection.prefix or prefix or ""
|
||||
|
||||
if not (expression and expression[0] == ';') and not (query and query[-1] in ('(', ')') and expression and expression[0] in ('(', ')')):
|
||||
if not (expression and expression[0] == ';') and not (query and query[-1] in ('(', ')') and expression and expression[0] in ('(', ')')) and not (query and query[-1] == '('):
|
||||
query += " "
|
||||
|
||||
query = "%s%s" % (query, expression)
|
||||
|
|
Loading…
Reference in New Issue
Block a user