mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding support for MimerSQL
This commit is contained in:
parent
f21388d550
commit
421f1878e3
21 changed files with 387 additions and 18 deletions
|
|
@ -54,6 +54,8 @@ def checkDependencies():
|
|||
__import__("vertica_python")
|
||||
elif dbmsName == DBMS.PRESTO:
|
||||
__import__("prestodb")
|
||||
elif dbmsName == DBMS.MIMERSQL:
|
||||
__import__("mimerpy")
|
||||
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