mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor workaround because of latest bug fix
This commit is contained in:
parent
a777f1ca35
commit
e2a805ef6a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue