1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Update MS SQL server fingerprints

This commit is contained in:
dmiller
2024-03-18 18:19:21 +00:00
parent 004bb4f3e9
commit 4089b69ec0
2 changed files with 25 additions and 1 deletions

View File

@@ -658,6 +658,7 @@ SqlServerVersionInfo =
{3430, "CU28"},
{3436, "CU29"},
{3451, "CU30"},
{3456, "CU31"},
},
["2019"] = {
@@ -690,6 +691,14 @@ SqlServerVersionInfo =
{4198, "CU15"},
{4223, "CU16"},
{4249, "CU17"},
{4261, "CU18"},
{4298, "CU19"},
{4312, "CU20"},
{4316, "CU21"},
{4322, "CU22"},
{4335, "CU23"},
{4345, "CU24"},
{4355, "CU25"},
},
["2022"] = {
@@ -702,6 +711,19 @@ SqlServerVersionInfo =
{600, "CTP2.0"},
{700, "CTP2.1"},
{900, "RC0"},
{950, "RC1"},
{1000, "RTM"},
{4003, "CU1"},
{4015, "CU2"},
{4025, "CU3"},
{4035, "CU4"},
{4045, "CU5"},
{4055, "CU6"},
{4065, "CU7"},
{4075, "CU8"},
{4085, "CU9"},
{4095, "CU10"},
{4105, "CU11"},
},
}