Deprecates windows persistence post module.

bug/bundler_fix
Joe Vennix 2013-09-12 16:10:48 -05:00
parent d33d083bb1
commit 14577441ca
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ require 'msf/core/post/windows/registry'
require 'msf/core/post/windows/services'
class Metasploit3 < Msf::Post
require 'msf/core/module/deprecated'
include Msf::Module::Deprecated
deprecated Date.new(2013, 11, 12), '/exploit/windows/local/persistence'
include Msf::Post::Common
include Msf::Post::File