mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor patches (pydiatra)
This commit is contained in:
@@ -22,7 +22,7 @@ class Syntax:
|
||||
retVal = expression
|
||||
|
||||
if quote:
|
||||
for item in re.findall(r"'[^']*'+", expression, re.S):
|
||||
for item in re.findall(r"'[^']*'+", expression):
|
||||
_ = item[1:-1]
|
||||
if _:
|
||||
retVal = retVal.replace(item, escaper(_))
|
||||
|
||||
Reference in New Issue
Block a user