Skip to content

Commit 5e4c395

Browse files
committed
Fix small spacing issue
1 parent 2eee34b commit 5e4c395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/gather/dns_cache_scraper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ class Metasploit3 < Msf::Auxiliary
1212
def initialize(info = {})
1313
super(update_info(info,
1414
'Name' => 'DNS Non-Recursive Record Scraper',
15-
'Description' => %q{
15+
'Description' => %q{
1616
This module can be used to scrape records that have been cached
1717
by a specific nameserver. The module allows the user to test
1818
every record from a specified file.
1919
},
20-
'Author'=> [
20+
'Author' => [
2121
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>',
2222
'Rob Dixon "304geek" <rob.dixon[at]accuvant.com>'
2323
],

0 commit comments

Comments
 (0)