Skip to content

Commit 6a33807

Browse files
committed
No Chrome for now
1 parent f8b668e commit 6a33807

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/multi/browser/adobe_flash_hacking_team_uaf.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def initialize(info={})
1919
described as an Use After Free while handling ByteArray objects. This module has
2020
been tested successfully on:
2121
22-
Windows XP, Chrome 43 and Flash 18.0.0.194,
2322
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
2423
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
2524
Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.194,
@@ -60,7 +59,7 @@ def initialize(info={})
6059
:ua_name => lambda do |ua|
6160
case target.name
6261
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
6463
when 'Linux'
6564
return true if ua == Msf::HttpClients::FF
6665
end

0 commit comments

Comments
 (0)