mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 12:19:03 +00:00
proper fix
This commit is contained in:
@@ -15,8 +15,8 @@ class Syntax(GenericSyntax):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def unescape(expression, quote=True):
|
def unescape(expression, quote=True):
|
||||||
if expression == "'":
|
if expression == u"'''":
|
||||||
return expression
|
return "CHR(%d)" % (ord("'"))
|
||||||
|
|
||||||
if quote:
|
if quote:
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user