We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eee34b commit 5e4c395Copy full SHA for 5e4c395
modules/auxiliary/gather/dns_cache_scraper.rb
@@ -12,12 +12,12 @@ class Metasploit3 < Msf::Auxiliary
12
def initialize(info = {})
13
super(update_info(info,
14
'Name' => 'DNS Non-Recursive Record Scraper',
15
- 'Description' => %q{
+ 'Description' => %q{
16
This module can be used to scrape records that have been cached
17
by a specific nameserver. The module allows the user to test
18
every record from a specified file.
19
},
20
- 'Author'=> [
+ 'Author' => [
21
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>',
22
'Rob Dixon "304geek" <rob.dixon[at]accuvant.com>'
23
],
0 commit comments