File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
modules/exploits/multi/browser Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ def initialize(info={})
21
21
22
22
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
23
23
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
24
- Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.194,
25
- Windows 8.1 (32-bit), IE11 and Flash 17.0.0.169, and
24
+ Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.194, and
26
25
Linux Mint "Rebecca" (32 bits), Firefox 33.0 and Adobe Flash 11.2.202.468.
27
26
} ,
28
27
'License' => MSF_LICENSE ,
@@ -66,6 +65,15 @@ def initialize(info={})
66
65
67
66
false
68
67
end ,
68
+ :ua_ver => lambda do |ver |
69
+ # Not reliable enough yet, don't fire
70
+ case target . name
71
+ when 'Windows'
72
+ return false if ver == '11.0'
73
+ end
74
+
75
+ true
76
+ end ,
69
77
:flash => lambda do |ver |
70
78
case target . name
71
79
when 'Windows'
You can’t perform that action at this time.
0 commit comments