We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2a248e + 7470136 commit 227143eCopy full SHA for 227143e
lib/msf/core/windows_version.rb
@@ -26,6 +26,7 @@ module ServerSpecificVersions
26
Server2019 = Rex::Version.new('10.0.17763.0')
27
Server2022 = Rex::Version.new('10.0.20348.0')
28
Server2022_23H2 = Rex::Version.new('10.0.25398.0')
29
+ Server2025 = Rex::Version.new('10.0.26100.0')
30
end
31
32
module WorkstationSpecificVersions
@@ -79,7 +80,8 @@ module WorkstationSpecificVersions
79
80
:Server2016 => "Windows Server 2016",
81
:Server2019 => "Windows Server 2019",
82
:Server2022 => "Windows Server 2022",
- :Server2022_23H2 => "Windows Server 2022 version 23H2"
83
+ :Server2022_23H2 => "Windows Server 2022 version 23H2",
84
+ :Server2025 => "Windows Server 2025"
85
}
86
87
WorkstationNameMapping = {
0 commit comments