mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-26 01:53:48 +00:00
code refactoring
This commit is contained in:
parent
7e2984b4b6
commit
0eb2c408a9
11 changed files with 22 additions and 22 deletions
|
|
@ -7,6 +7,7 @@ Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
|
|||
See the file 'doc/COPYING' for copying permission
|
||||
"""
|
||||
|
||||
from lib.core.enums import DBMS
|
||||
from lib.core.settings import SQLITE_SYSTEM_DBS
|
||||
from lib.core.unescaper import unescaper
|
||||
|
||||
|
|
@ -32,4 +33,5 @@ class SQLiteMap(Syntax, Fingerprint, Enumeration, Filesystem, Miscellaneous, Tak
|
|||
Miscellaneous.__init__(self)
|
||||
Takeover.__init__(self)
|
||||
|
||||
unescaper[DBMS.SQLITE] = SQLiteMap.unescape
|
||||
unescaper.setUnescape(SQLiteMap.unescape)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue