Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38b3e3 commit 5e059abCopy full SHA for 5e059ab
1 file changed
lib/utils/deps.py
@@ -39,6 +39,8 @@ def checkDependencies():
39
import pyodbc
40
elif dbmsName == DBMS.FIREBIRD:
41
import kinterbasdb
42
+ elif dbmsName == DBMS.DB2:
43
+ import ibm_db_dbi
44
except ImportError:
45
warnMsg = "sqlmap requires '%s' third-party library " % data[1]
46
warnMsg += "in order to directly connect to the database "
0 commit comments