Skip to content

Commit 0e9c25d

Browse files
committed
Land rapid7#5294, browser_autopwn invalid module fix
2 parents c0adf7f + db999d2 commit 0e9c25d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/exploits/multi/browser/firefox_proxy_prototype.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,8 @@ class Metasploit3 < Msf::Exploit::Remote
1010
Rank = ManualRanking
1111

1212
include Msf::Exploit::Remote::BrowserExploitServer
13-
include Msf::Exploit::Remote::BrowserAutopwn
1413
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
1514

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-
2415
def initialize(info = {})
2516
super(update_info(info,
2617
'Name' => 'Firefox Proxy Prototype Privileged Javascript Injection',

0 commit comments

Comments
 (0)