Remove ff 31-34 exploit from autopwn, requires interaction.

bug/bundler_fix
joev 2015-05-03 10:42:21 -05:00
parent 93ac8b48e3
commit db999d2c62
1 changed files with 0 additions and 9 deletions

View File

@ -10,17 +10,8 @@ class Metasploit3 < Msf::Exploit::Remote
Rank = ManualRanking Rank = ManualRanking
include Msf::Exploit::Remote::BrowserExploitServer include Msf::Exploit::Remote::BrowserExploitServer
include Msf::Exploit::Remote::BrowserAutopwn
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
autopwn_info({
:ua_name => HttpClients::FF,
:ua_minver => "31.0",
:ua_maxver => "34.0",
:javascript => true,
:rank => ManualRanking
})
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
'Name' => 'Firefox Proxy Prototype Privileged Javascript Injection', 'Name' => 'Firefox Proxy Prototype Privileged Javascript Injection',