mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fix for an Issue #137
This commit is contained in:
parent
0d8fca30c9
commit
4649450603
3 changed files with 1 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue