more changes to description and name
parent
7f97ff271f
commit
faf970cf1f
|
@ -14,9 +14,9 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'DNS host and subdomain brutefoce module',
|
'Name' => 'DNS Host and Subdomain Brutefoce Module',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
The module uses a dictionary to perform a bruteforce on hostnames and subdomains
|
This module uses a dictionary to perform a bruteforce on hostnames and subdomains
|
||||||
available under a given domain.
|
available under a given domain.
|
||||||
},
|
},
|
||||||
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>' ],
|
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>' ],
|
||||||
|
|
Loading…
Reference in New Issue