Remove ff 31-34 exploit from autopwn, requires interaction.
parent
93ac8b48e3
commit
db999d2c62
|
@ -10,17 +10,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
Rank = ManualRanking
|
||||
|
||||
include Msf::Exploit::Remote::BrowserExploitServer
|
||||
include Msf::Exploit::Remote::BrowserAutopwn
|
||||
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 = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Firefox Proxy Prototype Privileged Javascript Injection',
|
||||
|
|
Loading…
Reference in New Issue