mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor beauty patch
This commit is contained in:
@@ -1441,6 +1441,8 @@ def parseTargetDirect():
|
||||
for dbmsName, data in DBMS_DICT.items():
|
||||
if dbmsName == conf.dbms or conf.dbms.lower() in data[0]:
|
||||
try:
|
||||
conf.dbms = dbmsName
|
||||
|
||||
if dbmsName in (DBMS.ACCESS, DBMS.SQLITE, DBMS.FIREBIRD):
|
||||
if remote:
|
||||
warnMsg = "direct connection over the network for "
|
||||
|
||||
Reference in New Issue
Block a user