Change white space for authors in dns_reverse_lookup

bug/bundler_fix
Spencer McIntyre 2014-04-23 18:56:27 -04:00
parent 457c48b89b
commit e2b92a824f
1 changed files with 5 additions and 2 deletions

View File

@ -17,8 +17,11 @@ class Metasploit3 < Msf::Auxiliary
This module performs DNS reverse lookup against a given IP range in order to
retrieve valid addresses and names.
},
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
'Thanat0s <thanspam[at]trollprod[dot]org>'], # Output, Throttling & Db notes add
'Author' =>
[
'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
'Thanat0s <thanspam[at]trollprod[dot]org>' # Output, Throttling & Db notes add
],
'License' => BSD_LICENSE
))