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 7bc0dce commit 07e7baeCopy full SHA for 07e7bae
modules/auxiliary/admin/dns/dyn_dns_update.rb
@@ -13,7 +13,10 @@ def initialize
13
'Description' => %q{
14
This module allows adding and/or deleting a record to
15
any remote DNS server that allows unrestricted dynamic updates.},
16
- 'Author' => [ 'King Sabri <king.sabri[at]gmail.com>' ],
+ 'Author' => [
17
+ 'King Sabri <king.sabri[at]gmail.com>',
18
+ 'Brent Cook <brent_cook[at]rapid7.com>'
19
+ ],
20
'References' => [
21
['URL', 'http://www.tenable.com/plugins/index.php?view=single&id=35372'],
22
['URL', 'https://github.com/KINGSABRI/CVE-in-Ruby/tree/master/NONE-CVE/DNSInject'],
0 commit comments