diff --git a/modules/auxiliary/gather/dns_cache_scraper.rb b/modules/auxiliary/gather/dns_cache_scraper.rb index b32849874c..bd6151da65 100644 --- a/modules/auxiliary/gather/dns_cache_scraper.rb +++ b/modules/auxiliary/gather/dns_cache_scraper.rb @@ -7,8 +7,11 @@ require 'msf/core' require 'net/dns/resolver' class MetasploitModule < Msf::Auxiliary + include Msf::Module::Deprecated include Msf::Auxiliary::Report + deprecated(Date.new(2016, 6, 12), 'auxiliary/gather/enum_dns') + def initialize(info = {}) super(update_info(info, 'Name' => 'DNS Non-Recursive Record Scraper',