1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Deleting from browser autopwn

This commit is contained in:
jvazquez-r7 2013-01-09 09:58:20 +01:00
parent 377905be7f
commit 736f8db6c0

View File

@ -12,18 +12,6 @@ class Metasploit3 < Msf::Exploit::Remote
include Msf::Exploit::Remote::HttpServer::HTML
include Msf::Exploit::EXE
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,