Skip to content

Commit 554a0c5

Browse files
committed
Deprecate nbname_probe, which duplicate nbname as of 77cd6db
1 parent a484875 commit 554a0c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/auxiliary/scanner/netbios/nbname_probe.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ class MetasploitModule < Msf::Auxiliary
1111

1212
include Msf::Auxiliary::Report
1313
include Msf::Auxiliary::Scanner
14+
include Msf::Module::Deprecated
15+
16+
deprecated(Date.new(2016, 9, 1), 'auxiliary/scanner/netbios/nbname')
1417

1518
def initialize
1619
super(

0 commit comments

Comments
 (0)