Skip to content

Commit e2b92a8

Browse files
committed
Change white space for authors in dns_reverse_lookup
1 parent 457c48b commit e2b92a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/auxiliary/gather/dns_reverse_lookup.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ def initialize(info = {})
1717
This module performs DNS reverse lookup against a given IP range in order to
1818
retrieve valid addresses and names.
1919
},
20-
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
21-
'Thanat0s <thanspam[at]trollprod[dot]org>'], # Output, Throttling & Db notes add
20+
'Author' =>
21+
[
22+
'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
23+
'Thanat0s <thanspam[at]trollprod[dot]org>' # Output, Throttling & Db notes add
24+
],
2225
'License' => BSD_LICENSE
2326
))
2427

0 commit comments

Comments
 (0)