From e2b92a824f531503b9e52f7a5368e949ffccead8 Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Wed, 23 Apr 2014 18:56:27 -0400 Subject: [PATCH] Change white space for authors in dns_reverse_lookup --- modules/auxiliary/gather/dns_reverse_lookup.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ))