We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ac8b4 commit db999d2Copy full SHA for db999d2
modules/exploits/multi/browser/firefox_proxy_prototype.rb
@@ -10,17 +10,8 @@ class Metasploit3 < Msf::Exploit::Remote
10
Rank = ManualRanking
11
12
include Msf::Exploit::Remote::BrowserExploitServer
13
- include Msf::Exploit::Remote::BrowserAutopwn
14
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
15
16
- autopwn_info({
17
- :ua_name => HttpClients::FF,
18
- :ua_minver => "31.0",
19
- :ua_maxver => "34.0",
20
- :javascript => true,
21
- :rank => ManualRanking
22
- })
23
-
24
def initialize(info = {})
25
super(update_info(info,
26
'Name' => 'Firefox Proxy Prototype Privileged Javascript Injection',
0 commit comments