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.
2 parents efebe1c + cd65e6f commit 7a2d3f5Copy full SHA for 7a2d3f5
modules/exploits/multi/browser/firefox_proxy_prototype.rb
@@ -13,6 +13,14 @@ class Metasploit3 < Msf::Exploit::Remote
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