Deprecates windows persistence post module.
parent
d33d083bb1
commit
14577441ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue