Skip to content

Commit 727054d

Browse files
committed
Land rapid7#3375, @bugch3ck's support for Safari
2 parents 52b182d + 7cabfac commit 727054d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/adobe_flash_pixel_bender_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize(info={})
5252
{
5353
:source => /script|headers/i,
5454
:os_name => Msf::OperatingSystems::WINDOWS,
55-
:ua_name => lambda { |ua| ua == Msf::HttpClients::IE || ua == Msf::HttpClients::FF},
55+
:ua_name => lambda { |ua| ua == Msf::HttpClients::IE || ua == Msf::HttpClients::FF || ua == Msf::HttpClients::SAFARI},
5656
:flash => lambda { |ver| ver =~ /^11\./ || ver =~ /^12\./ || (ver =~ /^13\./ && ver <= '13.0.0.182') }
5757
},
5858
'Targets' =>

0 commit comments

Comments
 (0)