mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Update regarding the #5911
This commit is contained in:
parent
d4f479e7a8
commit
1de66fd7e1
7 changed files with 28 additions and 36 deletions
|
|
@ -1683,11 +1683,7 @@ def parseTargetDirect():
|
|||
elif dbmsName == DBMS.PGSQL:
|
||||
__import__("psycopg2")
|
||||
elif dbmsName == DBMS.ORACLE:
|
||||
__import__("cx_Oracle")
|
||||
|
||||
# Reference: http://itsiti.com/ora-28009-connection-sys-sysdba-sysoper
|
||||
if (conf.dbmsUser or "").upper() == "SYS":
|
||||
conf.direct = "%s?mode=SYSDBA" % conf.direct
|
||||
__import__("oracledb")
|
||||
elif dbmsName == DBMS.SQLITE:
|
||||
__import__("sqlite3")
|
||||
elif dbmsName == DBMS.ACCESS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue