mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Introducing lib/utils/sqlalchemy.py (Issue #361)
This commit is contained in:
@@ -356,7 +356,7 @@ def _resumeDBMS():
|
||||
|
||||
if conf.dbms:
|
||||
check = True
|
||||
for aliases, _, _ in DBMS_DICT.values():
|
||||
for aliases, _, _, _ in DBMS_DICT.values():
|
||||
if conf.dbms.lower() in aliases and dbms not in aliases:
|
||||
check = False
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user