mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding support for MonetDB
This commit is contained in:
parent
1cfe370276
commit
1087396d88
23 changed files with 460 additions and 18 deletions
|
|
@ -46,6 +46,8 @@ def checkDependencies():
|
|||
__import__("jpype")
|
||||
elif dbmsName == DBMS.INFORMIX:
|
||||
__import__("ibm_db_dbi")
|
||||
elif dbmsName == DBMS.MONETDB:
|
||||
__import__("pymonetdb")
|
||||
except:
|
||||
warnMsg = "sqlmap requires '%s' third-party library " % data[1]
|
||||
warnMsg += "in order to directly connect to the DBMS "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue