Land #6771, Deprecate dns_bruteforce / dns_cache_scraper / dns_info / dns_reverse_lookup / dns_srv_enum
commit
b74930f5c9
|
@ -8,8 +8,10 @@ require "net/dns/resolver"
|
|||
require 'rex'
|
||||
|
||||
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 Brutefoce Enumeration',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -8,8 +8,11 @@ require "net/dns/resolver"
|
|||
require 'rex'
|
||||
|
||||
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 Basic Information Enumeration',
|
||||
|
|
|
@ -8,8 +8,11 @@ require "net/dns/resolver"
|
|||
require 'rex'
|
||||
|
||||
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 Reverse Lookup Enumeration',
|
||||
|
|
|
@ -8,8 +8,11 @@ require "net/dns/resolver"
|
|||
require 'rex'
|
||||
|
||||
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 Common Service Record Enumeration',
|
||||
|
|
Loading…
Reference in New Issue