Skip to content

Commit

Permalink
Exploitation also works with flash 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Apr 28, 2014
1 parent 8a4c7b2 commit 1c88dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/browser/ms14_012_cmarkup_uaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def initialize(info={})
:ua_name => Msf::HttpClients::IE,
:ua_ver => '10.0',
:mshtml_build => lambda { |ver| ver.to_i < 16843 },
:flash => /^12\./
:flash => /^1[23]\./
},
'DefaultOptions' =>
{
Expand Down

0 comments on commit 1c88dea

Please sign in to comment.