Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78f5b4 commit 35ce6deCopy full SHA for 35ce6de
1 file changed
lib/core/data.py
@@ -8,17 +8,7 @@
8
"""
9
10
from lib.core.datatype import advancedDict
11
-from lib.core.enums import DBMS
12
from lib.core.settings import LOGGER
13
-from lib.core.settings import MSSQL_ALIASES
14
-from lib.core.settings import MYSQL_ALIASES
15
-from lib.core.settings import PGSQL_ALIASES
16
-from lib.core.settings import ORACLE_ALIASES
17
-from lib.core.settings import SQLITE_ALIASES
18
-from lib.core.settings import ACCESS_ALIASES
19
-from lib.core.settings import FIREBIRD_ALIASES
20
-from lib.core.settings import MAXDB_ALIASES
21
-from lib.core.settings import SYBASE_ALIASES
22
23
# sqlmap paths
24
paths = advancedDict()
0 commit comments