mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Reverted last commit, cleaner this way
This commit is contained in:
parent
e2a805ef6a
commit
e75487a26c
|
@ -189,8 +189,6 @@ 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