mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 02:53:46 +03:00
proper fix
This commit is contained in:
parent
d2d3878de1
commit
5225375048
|
@ -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 New Issue
Block a user