Skip to content

Commit

Permalink
This exploit should be in browser auto pwn
Browse files Browse the repository at this point in the history
  • Loading branch information
sinn3r committed Jan 3, 2013
1 parent 06b937e commit 6fd3548
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/exploits/windows/browser/ie_cbutton_uaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ class Metasploit3 < Msf::Exploit::Remote

include Msf::Exploit::Remote::HttpServer::HTML
include Msf::Exploit::RopDb
include Msf::Exploit::Remote::BrowserAutopwn
autopwn_info({
:ua_name => HttpClients::IE,
:ua_minver => "8.0",
:ua_maxver => "8.0",
:javascript => true,
:os_name => OperatingSystems::WINDOWS,
:rank => GoodRanking
})

def initialize(info={})
super(update_info(info,
Expand Down

0 comments on commit 6fd3548

Please sign in to comment.