Land #2636, Win8 for {constants,platform}.rb
commit
6bd82d8589
|
@ -80,6 +80,7 @@ module OperatingSystems
|
|||
VISTA = "Vista"
|
||||
TWOK8 = "2008"
|
||||
SEVEN = "7"
|
||||
EIGHT = "8"
|
||||
end
|
||||
|
||||
UNKNOWN = "Unknown"
|
||||
|
|
|
@ -321,6 +321,11 @@ class Msf::Module::Platform
|
|||
Rank = 600
|
||||
RealName = "7"
|
||||
end
|
||||
|
||||
class W8 < Windows
|
||||
Rank = 700
|
||||
RealName = "8"
|
||||
end
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue