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, super(update_info(info,
'Name' => 'DNS Record Scanner and Enumerator ', 'Name' => 'DNS Record Scanner and Enumerator ',
'Description' => %q{ 'Description' => %q{
This module can be used to enumerate various types of information This module can be used to gather information about a domain from a
about a domain from a specific DNS server by performing various given DNS server by performing various DNS queries such as zone
DNS queries such as zone transfers, reverse lookups, SRV record transfers, reverse lookups, SRV record bruteforcing, and other techniques.
bruteforcing, and other techniques.
}, },
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>' ], 'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>' ],