1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Refreshed service pack versions; added MS SQL 2017. Fixes #1411

This commit is contained in:
nnposter
2018-12-13 21:47:15 +00:00
parent 434de730f5
commit dd75a8fec6

View File

@@ -322,7 +322,7 @@ SqlServerVersionInfo =
["^6%.0"] = "6.0", ["^6%.5"] = "6.5", ["^7%.0"] = "7.0", ["^6%.0"] = "6.0", ["^6%.5"] = "6.5", ["^7%.0"] = "7.0",
["^8%.0"] = "2000", ["^9%.0"] = "2005", ["^10%.0"] = "2008", ["^8%.0"] = "2000", ["^9%.0"] = "2005", ["^10%.0"] = "2008",
["^10%.50"] = "2008 R2", ["^11%.0"] = "2012", ["^12%.0"] = "2014", ["^10%.50"] = "2008 R2", ["^11%.0"] = "2012", ["^12%.0"] = "2014",
["^13%.0"] = "2016", ["^13%.0"] = "2016", ["^14%.0"] = "2017",
} }
local product = "" local product = ""
@@ -371,7 +371,8 @@ SqlServerVersionInfo =
{1063, "SP4"}, {1063, "SP4"},
}, },
["2000"] = { {194, "RTM"}, ["2000"] = {
{194, "RTM"},
{384, "SP1"}, {384, "SP1"},
{532, "SP2"}, {532, "SP2"},
{534, "SP2"}, {534, "SP2"},
@@ -409,17 +410,24 @@ SqlServerVersionInfo =
{3000, "SP1"}, {3000, "SP1"},
{5058, "SP2"}, {5058, "SP2"},
{6020, "SP3"}, {6020, "SP3"},
{7001, "SP4"},
}, },
["2014"] = { ["2014"] = {
{2000, "RTM"}, {2000, "RTM"},
{4100, "SP1"}, {4100, "SP1"},
{5000, "SP2"}, {5000, "SP2"},
{6024, "SP3"},
}, },
["2016"] = { ["2016"] = {
{1601, "RTM"}, {1601, "RTM"},
{4001, "SP1"}, {4001, "SP1"},
{5026, "SP2"},
},
["2017"] = {
{1000, "RTM"},
}, },
} }