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 777efb5 commit e2e2dfcCopy full SHA for e2e2dfc
modules/exploits/multi/browser/firefox_svg_plugin.rb
@@ -12,10 +12,6 @@ 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