Fix up desc again on enum_dns
parent
14b45f9fb1
commit
d95d60670e
|
@ -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>' ],
|
||||||
|
|
Loading…
Reference in New Issue