Deprecate all of the old vss_* modules in favor of the new unified one

This commit is contained in:
Spencer McIntyre 2021-01-04 10:53:15 -05:00
parent fd2a752052
commit 2b1ac98eba
5 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,9 @@ class MetasploitModule < Msf::Post
include Msf::Post::Windows::Priv
include Msf::Post::Windows::ShadowCopy
include Msf::Module::Deprecated
deprecated(Date.new(2021, 4, 11), reason="Use post/windows/manage/vss and the VSS_CREATE action")
def initialize(info={})
super(update_info(info,
'Name' => "Windows Manage Create Shadow Copy",

View File

@ -7,6 +7,9 @@ class MetasploitModule < Msf::Post
include Msf::Post::Windows::Priv
include Msf::Post::Windows::ShadowCopy
include Msf::Module::Deprecated
deprecated(Date.new(2021, 4, 11), reason="Use post/windows/manage/vss and the VSS_LIST_COPIES action")
def initialize(info={})
super(update_info(info,
'Name' => "Windows Manage List Shadow Copies",

View File

@ -7,6 +7,9 @@ class MetasploitModule < Msf::Post
include Msf::Post::Windows::Priv
include Msf::Post::Windows::ShadowCopy
include Msf::Module::Deprecated
deprecated(Date.new(2021, 4, 11), reason="Use post/windows/manage/vss and the VSS_MOUNT action")
def initialize(info={})
super(update_info(info,
'Name' => "Windows Manage Mount Shadow Copy",

View File

@ -7,6 +7,9 @@ class MetasploitModule < Msf::Post
include Msf::Post::Windows::Priv
include Msf::Post::Windows::ShadowCopy
include Msf::Module::Deprecated
deprecated(Date.new(2021, 4, 11), reason="Use post/windows/manage/vss and the VSS_SET_MAX_STORAGE_SIZE action")
def initialize(info={})
super(update_info(info,
'Name' => "Windows Manage Set Shadow Copy Storage Space",

View File

@ -7,6 +7,9 @@ class MetasploitModule < Msf::Post
include Msf::Post::Windows::Priv
include Msf::Post::Windows::ShadowCopy
include Msf::Module::Deprecated
deprecated(Date.new(2021, 4, 11), reason="Use post/windows/manage/vss and the VSS_GET_INFO action")
def initialize(info={})
super(update_info(info,
'Name' => "Windows Manage Get Shadow Copy Storage Info",