diff --git a/modules/auxiliary/gather/enum_dns.rb b/modules/auxiliary/gather/enum_dns.rb index 78e5063977..9cca3b78a8 100644 --- a/modules/auxiliary/gather/enum_dns.rb +++ b/modules/auxiliary/gather/enum_dns.rb @@ -19,10 +19,9 @@ class Metasploit3 < Msf::Auxiliary super(update_info(info, 'Name' => 'DNS Record Scanner and Enumerator ', 'Description' => %q{ - This module can be used to enumerate various types of information - about a domain from a specific DNS server by performing various - DNS queries such as zone transfers, reverse lookups, SRV record - bruteforcing, and other techniques. + This module can be used to gather information about a domain from a + given DNS server by performing various DNS queries such as zone + transfers, reverse lookups, SRV record bruteforcing, and other techniques. }, 'Author' => [ 'Carlos Perez ' ],