mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Adding a boundary proposed in Issue #564
This commit is contained in:
@@ -229,7 +229,10 @@ class Agent(object):
|
||||
pass
|
||||
|
||||
elif suffix and not comment:
|
||||
expression += " %s" % suffix
|
||||
if suffix.startswith(GENERIC_SQL_COMMENT):
|
||||
expression += "%s" % suffix
|
||||
else:
|
||||
expression += " %s" % suffix
|
||||
|
||||
return re.sub(r"(?s);\W*;", ";", expression)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user