mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-26 02:05:49 +01:00
proper fix
This commit is contained in:
parent
d2d3878de1
commit
5225375048
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ class Syntax(GenericSyntax):
|
|||
|
||||
@staticmethod
|
||||
def unescape(expression, quote=True):
|
||||
if expression == "'":
|
||||
return expression
|
||||
if expression == u"'''":
|
||||
return "CHR(%d)" % (ord("'"))
|
||||
|
||||
if quote:
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Reference in a new issue