mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding support for CrateDB
This commit is contained in:
parent
e448905eb1
commit
0e4232f533
21 changed files with 401 additions and 60 deletions
|
|
@ -29,7 +29,7 @@ def checkDependencies():
|
|||
logger.warn(warnMsg)
|
||||
elif dbmsName == DBMS.MYSQL:
|
||||
__import__("pymysql")
|
||||
elif dbmsName == DBMS.PGSQL:
|
||||
elif dbmsName in (DBMS.PGSQL, DBMS.CRATEDB):
|
||||
__import__("psycopg2")
|
||||
elif dbmsName == DBMS.ORACLE:
|
||||
__import__("cx_Oracle")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue