Deprecate FF17 SVG exploit.

This exploit needs flash, the tostring_console injection one does not.
bug/bundler_fix
joev 2014-08-18 15:32:51 -05:00
parent c5c63f44e9
commit 87aa63de6e
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ class Metasploit3 < Msf::Exploit::Remote
include Msf::Exploit::EXE
include Msf::Exploit::Remote::BrowserAutopwn
include Msf::Exploit::Remote::FirefoxPrivilegeEscalation
include Msf::Module::Deprecated
DEPRECATION_DATE = Date.new(2014, 10, 17)
DEPRECATION_REPLACEMENT = 'exploit/multi/browser/firefox_tostring_console_injection'
autopwn_info({
:ua_name => HttpClients::FF,