We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c63f4 commit 87aa63dCopy full SHA for 87aa63d
modules/exploits/multi/browser/firefox_svg_plugin.rb
@@ -12,6 +12,10 @@ class Metasploit3 < Msf::Exploit::Remote
12
include Msf::Exploit::EXE
13
include Msf::Exploit::Remote::BrowserAutopwn
14
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'
19
20
autopwn_info({
21
:ua_name => HttpClients::FF,
0 commit comments