mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Minor workaround because of latest bug fix
This commit is contained in:
parent
a777f1ca35
commit
e2a805ef6a
|
@ -189,6 +189,8 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
|||
kb.dbmsVersion = ["2005"]
|
||||
elif version == "0":
|
||||
kb.dbmsVersion = ["2000"]
|
||||
else:
|
||||
kb.dbmsVersion = ["Unknown"]
|
||||
|
||||
if kb.dbmsVersion:
|
||||
setDbms("Microsoft SQL Server %s" % kb.dbmsVersion[0])
|
||||
|
|
Loading…
Reference in New Issue
Block a user