mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor fix because boolean-based blind on DB2 is a little bit different from other DBMSes
This commit is contained in:
@@ -15,6 +15,9 @@ class Syntax(GenericSyntax):
|
||||
|
||||
@staticmethod
|
||||
def unescape(expression, quote=True):
|
||||
if expression == "'"
|
||||
return expression
|
||||
|
||||
if quote:
|
||||
while True:
|
||||
index = expression.find("'")
|
||||
|
||||
Reference in New Issue
Block a user