Skip to content

Commit 7a2d3f5

Browse files
committed
Land rapid7#5082, firefox_proxy_prototype autopwn_info
2 parents efebe1c + cd65e6f commit 7a2d3f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/exploits/multi/browser/firefox_proxy_prototype.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ class Metasploit3 < Msf::Exploit::Remote
1313
include Msf::Exploit::Remote::BrowserAutopwn
1414
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
1515

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+
1624
def initialize(info = {})
1725
super(update_info(info,
1826
'Name' => 'Firefox Proxy Prototype Privileged Javascript Injection',

0 commit comments

Comments
 (0)