File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
modules/exploits/multi/browser Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def initialize(info={})
19
19
described as an Use After Free while handling ByteArray objects. This module has
20
20
been tested successfully on:
21
21
22
- Windows XP, Chrome 43 and Flash 18.0.0.194,
23
22
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
24
23
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
25
24
Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.194,
@@ -60,7 +59,7 @@ def initialize(info={})
60
59
:ua_name => lambda do |ua |
61
60
case target . name
62
61
when 'Windows'
63
- return true if ua == Msf ::HttpClients ::IE || ua == Msf ::HttpClients ::FF || ua == Msf :: HttpClients :: CHROME
62
+ return true if ua == Msf ::HttpClients ::IE || ua == Msf ::HttpClients ::FF
64
63
when 'Linux'
65
64
return true if ua == Msf ::HttpClients ::FF
66
65
end
You can’t perform that action at this time.
0 commit comments