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 af137f3 + 5b8b15e commit f2a608bCopy full SHA for f2a608b
lib/msf/core/constants.rb
@@ -88,6 +88,7 @@ module WindowsVersions
88
SEVEN = "7"
89
EIGHT = "8"
90
EIGHTONE = "8.1"
91
+ TEN = "10.0"
92
end
93
94
UNKNOWN = "Unknown"
@@ -108,6 +109,7 @@ module Match
108
109
WINDOWS_2012 = /^(?:Microsoft )?Windows 2012/
110
WINDOWS_8 = /^(?:Microsoft )?Windows 8/
111
WINDOWS_81 = /^(?:Microsoft )?Windows 8\.1/
112
+ WINDOWS_10 = /^(?:Microsoft )?Windows 10/
113
114
LINUX = /^Linux/i
115
MAC_OSX = /^(?:Apple )?Mac OS X/
@@ -138,4 +140,4 @@ module Match
138
140
BSD_LICENSE,
139
141
ARTISTIC_LICENSE,
142
UNKNOWN_LICENSE
- ]
143
+ ]
0 commit comments