mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor fix
This commit is contained in:
parent
1e8eb27156
commit
fec88f6a6d
2 changed files with 10 additions and 10 deletions
|
|
@ -920,7 +920,7 @@ def parseTargetDirect():
|
|||
errMsg = "missing remote connection details"
|
||||
raise sqlmapSyntaxException, errMsg
|
||||
|
||||
if dbmsName == DBMS.MSSQL:
|
||||
if dbmsName in (DBMS.MSSQL, DBMS.SYBASE):
|
||||
import _mssql
|
||||
import pymssql
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue