Skip to content

Commit 6eea156

Browse files
committed
Added moved_from metadata
1 parent d5b2d76 commit 6eea156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/auxiliary/admin/dcerpc/samr_account.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ class MetasploitModule < Msf::Auxiliary
1111
include Msf::Auxiliary::Report
1212
include Msf::Exploit::Remote::MsSamr::Account
1313
include Msf::OptionalSession::SMB
14+
include Msf::Exploit::Deprecated
15+
16+
moved_from 'auxiliary/admin/dcerpc/samr_computer'
1417

1518
def initialize(info = {})
1619
super(

0 commit comments

Comments
 (0)