mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor refactoring
This commit is contained in:
parent
1363f26367
commit
ec4e49d771
8 changed files with 9 additions and 9 deletions
|
|
@ -1011,8 +1011,8 @@ def parseTargetDirect():
|
|||
conf.hostname = "localhost"
|
||||
conf.port = 0
|
||||
elif not remote:
|
||||
errMsg = "missing remote connection details"
|
||||
raise SqlmapSyntaxException(errMsg)
|
||||
errMsg = "missing remote connection details"
|
||||
raise SqlmapSyntaxException(errMsg)
|
||||
|
||||
if dbmsName in (DBMS.MSSQL, DBMS.SYBASE):
|
||||
import _mssql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue