mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
layout
This commit is contained in:
parent
b5f090cc4f
commit
97bc816aeb
|
@ -667,8 +667,8 @@ def __setDBMS():
|
|||
logger.debug(debugMsg)
|
||||
|
||||
conf.dbms = conf.dbms.lower()
|
||||
|
||||
regex = re.search("%s ([\d\.]+)" % ("(%s)" % "|".join([alias for alias in SUPPORTED_DBMS])), conf.dbms, re.I)
|
||||
|
||||
if regex:
|
||||
conf.dbms = regex.group(1)
|
||||
Backend.setVersion(regex.group(2))
|
||||
|
|
Loading…
Reference in New Issue
Block a user