Land #5082, firefox_proxy_prototype autopwn_info

bug/bundler_fix
William Vu 2015-04-06 13:36:03 -05:00
commit 7a2d3f5ebd
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ class Metasploit3 < Msf::Exploit::Remote
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',