Change white space for authors in dns_reverse_lookup
parent
457c48b89b
commit
e2b92a824f
|
@ -17,8 +17,11 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
This module performs DNS reverse lookup against a given IP range in order to
|
This module performs DNS reverse lookup against a given IP range in order to
|
||||||
retrieve valid addresses and names.
|
retrieve valid addresses and names.
|
||||||
},
|
},
|
||||||
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
|
'Author' =>
|
||||||
'Thanat0s <thanspam[at]trollprod[dot]org>'], # Output, Throttling & Db notes add
|
[
|
||||||
|
'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
|
||||||
|
'Thanat0s <thanspam[at]trollprod[dot]org>' # Output, Throttling & Db notes add
|
||||||
|
],
|
||||||
'License' => BSD_LICENSE
|
'License' => BSD_LICENSE
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue