mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding initial support for Informix (Issue #552)
This commit is contained in:
parent
640e605412
commit
1b48ff223d
17 changed files with 383 additions and 7 deletions
|
|
@ -44,6 +44,8 @@ def checkDependencies():
|
|||
elif dbmsName == DBMS.HSQLDB:
|
||||
import jaydebeapi
|
||||
import jpype
|
||||
elif dbmsName == DBMS.INFORMIX:
|
||||
import ibm_db_dbi
|
||||
except ImportError:
|
||||
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