Fix up desc again on enum_dns

unstable
Tod Beardsley 2012-03-26 16:20:00 -05:00
parent 14b45f9fb1
commit d95d60670e
1 changed files with 3 additions and 4 deletions

View File

@ -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 <carlos_perez[at]darkoperator.com>' ],