Deprecate udp_probe in favor of udp_sweep
parent
ce1f3e6b9e
commit
7f65b28483
|
@ -11,6 +11,9 @@ class MetasploitModule < Msf::Auxiliary
|
|||
|
||||
include Msf::Auxiliary::Report
|
||||
include Msf::Auxiliary::Scanner
|
||||
include Msf::Module::Deprecated
|
||||
|
||||
deprecated(Date.new(2016, 11, 23), 'auxiliary/scanner/discovery/udp_sweep')
|
||||
|
||||
def initialize
|
||||
super(
|
||||
|
|
Loading…
Reference in New Issue