Land #2636, Win8 for {constants,platform}.rb

bug/bundler_fix
William Vu 2013-11-13 14:20:52 -06:00
commit 6bd82d8589
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
2 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,7 @@ module OperatingSystems
VISTA = "Vista"
TWOK8 = "2008"
SEVEN = "7"
EIGHT = "8"
end
UNKNOWN = "Unknown"

View File

@ -321,6 +321,11 @@ class Msf::Module::Platform
Rank = 600
RealName = "7"
end
class W8 < Windows
Rank = 700
RealName = "8"
end
end
#