mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-27 11:09:51 +00:00
bug fix
This commit is contained in:
parent
0eb2c408a9
commit
bbffea2cbc
10 changed files with 12 additions and 23 deletions
|
|
@ -33,5 +33,4 @@ class SQLiteMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous, Tak
|
|||
Miscellaneous.__init__(self)
|
||||
Takeover.__init__(self)
|
||||
|
||||
unescaper[DBMS.SQLITE] = SQLiteMap.unescape
|
||||
unescaper.setUnescape(SQLiteMap.unescape)
|
||||
unescaper[DBMS.SQLITE] = Syntax.unescape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue