mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Introducing lib/utils/sqlalchemy.py (Issue #361)
This commit is contained in:
parent
b6fee638ef
commit
3e65037a05
5 changed files with 74 additions and 13 deletions
|
|
@ -18,6 +18,7 @@ from lib.core.settings import FIREBIRD_ALIASES
|
|||
from lib.core.settings import MAXDB_ALIASES
|
||||
from lib.core.settings import SYBASE_ALIASES
|
||||
from lib.core.settings import DB2_ALIASES
|
||||
from lib.utils.sqlalchemy import SQLAlchemy
|
||||
|
||||
from plugins.dbms.mssqlserver import MSSQLServerMap
|
||||
from plugins.dbms.mssqlserver.connector import Connector as MSSQLServerConn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue