Skip to content

Commit b93fda5

Browse files
committed
Remove browser_autopwn hook from deprecated FF module.
1 parent 87aa63d commit b93fda5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/exploits/multi/browser/firefox_svg_plugin.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ class Metasploit3 < Msf::Exploit::Remote
1010

1111
include Msf::Exploit::Remote::BrowserExploitServer
1212
include Msf::Exploit::EXE
13-
include Msf::Exploit::Remote::BrowserAutopwn
13+
# include Msf::Exploit::Remote::BrowserAutopwn
1414
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
1515
include Msf::Module::Deprecated
1616

1717
DEPRECATION_DATE = Date.new(2014, 10, 17)
1818
DEPRECATION_REPLACEMENT = 'exploit/multi/browser/firefox_tostring_console_injection'
1919

20-
autopwn_info({
21-
:ua_name => HttpClients::FF,
22-
:ua_minver => "17.0",
23-
:ua_maxver => "17.0.1",
24-
:javascript => true,
25-
:rank => NormalRanking
26-
})
20+
# autopwn_info({
21+
# :ua_name => HttpClients::FF,
22+
# :ua_minver => "17.0",
23+
# :ua_maxver => "17.0.1",
24+
# :javascript => true,
25+
# :rank => NormalRanking
26+
# })
2727

2828
def initialize(info = {})
2929
super(update_info(info,

0 commit comments

Comments
 (0)