Land #5294, browser_autopwn invalid module fix

bug/bundler_fix
William Vu 2015-05-03 14:33:47 -05:00
commit 0e9c25d133
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 0 additions and 9 deletions

View File

@ -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',