mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-25 20:34:21 +03:00
Minor fix
This commit is contained in:
parent
1e8eb27156
commit
fec88f6a6d
|
@ -920,7 +920,7 @@ def parseTargetDirect():
|
||||||
errMsg = "missing remote connection details"
|
errMsg = "missing remote connection details"
|
||||||
raise sqlmapSyntaxException, errMsg
|
raise sqlmapSyntaxException, errMsg
|
||||||
|
|
||||||
if dbmsName == DBMS.MSSQL:
|
if dbmsName in (DBMS.MSSQL, DBMS.SYBASE):
|
||||||
import _mssql
|
import _mssql
|
||||||
import pymssql
|
import pymssql
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user