diff --git a/modules/auxiliary/gather/dns_reverse_lookup.rb b/modules/auxiliary/gather/dns_reverse_lookup.rb index 2764c0b336..b472ae5b10 100644 --- a/modules/auxiliary/gather/dns_reverse_lookup.rb +++ b/modules/auxiliary/gather/dns_reverse_lookup.rb @@ -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 ', # Base code - 'Thanat0s '], # Output, Throttling & Db notes add + 'Author' => + [ + 'Carlos Perez ', # Base code + 'Thanat0s ' # Output, Throttling & Db notes add + ], 'License' => BSD_LICENSE ))