deprecate auxiliary/gather/dns_cache_scraper
parent
66ec001110
commit
67f8b309c6
|
@ -7,8 +7,11 @@ require 'msf/core'
|
||||||
require 'net/dns/resolver'
|
require 'net/dns/resolver'
|
||||||
|
|
||||||
class MetasploitModule < Msf::Auxiliary
|
class MetasploitModule < Msf::Auxiliary
|
||||||
|
include Msf::Module::Deprecated
|
||||||
include Msf::Auxiliary::Report
|
include Msf::Auxiliary::Report
|
||||||
|
|
||||||
|
deprecated(Date.new(2016, 6, 12), 'auxiliary/gather/enum_dns')
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'DNS Non-Recursive Record Scraper',
|
'Name' => 'DNS Non-Recursive Record Scraper',
|
||||||
|
|
Loading…
Reference in New Issue