mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fix for an Issue #137
This commit is contained in:
@@ -13,7 +13,7 @@ from lib.core.settings import EXCLUDE_UNESCAPE
|
||||
|
||||
class Unescaper(AttribDict):
|
||||
def unescape(self, expression, quote=True, dbms=None):
|
||||
if not kb.unescape or conf.noUnescape:
|
||||
if conf.noUnescape:
|
||||
return expression
|
||||
|
||||
if expression is None:
|
||||
|
||||
Reference in New Issue
Block a user