Skip to content

Commit 07e7bae

Browse files
author
Brent Cook
committed
sign my name
1 parent 7bc0dce commit 07e7bae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/auxiliary/admin/dns/dyn_dns_update.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ def initialize
1313
'Description' => %q{
1414
This module allows adding and/or deleting a record to
1515
any remote DNS server that allows unrestricted dynamic updates.},
16-
'Author' => [ 'King Sabri <king.sabri[at]gmail.com>' ],
16+
'Author' => [
17+
'King Sabri <king.sabri[at]gmail.com>',
18+
'Brent Cook <brent_cook[at]rapid7.com>'
19+
],
1720
'References' => [
1821
['URL', 'http://www.tenable.com/plugins/index.php?view=single&id=35372'],
1922
['URL', 'https://github.com/KINGSABRI/CVE-in-Ruby/tree/master/NONE-CVE/DNSInject'],

0 commit comments

Comments
 (0)