Skip to content

Commit 87aa63d

Browse files
committed
Deprecate FF17 SVG exploit.
This exploit needs flash, the tostring_console injection one does not.
1 parent c5c63f4 commit 87aa63d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/exploits/multi/browser/firefox_svg_plugin.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ class Metasploit3 < Msf::Exploit::Remote
1212
include Msf::Exploit::EXE
1313
include Msf::Exploit::Remote::BrowserAutopwn
1414
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
15+
include Msf::Module::Deprecated
16+
17+
DEPRECATION_DATE = Date.new(2014, 10, 17)
18+
DEPRECATION_REPLACEMENT = 'exploit/multi/browser/firefox_tostring_console_injection'
1519

1620
autopwn_info({
1721
:ua_name => HttpClients::FF,

0 commit comments

Comments
 (0)