Skip to content

Commit 2f87c88

Browse files
author
Tod Beardsley
committed
Add link to blog post for NTP modules
1 parent 1ee83ff commit 2f87c88

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

modules/auxiliary/scanner/ntp/ntp_peer_list_dos.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def initialize
2525
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
2626
'References' =>
2727
[
28-
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696']
28+
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696'],
29+
['URL', 'http://r-7.co/R7-2014-12']
2930
],
3031
'DisclosureDate' => 'Aug 25 2014',
3132
'License' => MSF_LICENSE

modules/auxiliary/scanner/ntp/ntp_peer_list_sum_dos.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def initialize
2525
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
2626
'References' =>
2727
[
28-
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696']
28+
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696'],
29+
['URL', 'http://r-7.co/R7-2014-12']
2930
],
3031
'DisclosureDate' => 'Aug 25 2014',
3132
'License' => MSF_LICENSE

modules/auxiliary/scanner/ntp/ntp_req_nonce_dos.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def initialize
2626
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
2727
'References' =>
2828
[
29-
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696']
29+
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696'],
30+
['URL', 'http://r-7.co/R7-2014-12']
3031
],
3132
'DisclosureDate' => 'Aug 25 2014',
3233
'License' => MSF_LICENSE

modules/auxiliary/scanner/ntp/ntp_reslist_dos.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def initialize
2727
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
2828
'References' =>
2929
[
30-
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696']
30+
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696'],
31+
['URL', 'http://r-7.co/R7-2014-12']
3132
],
3233
'DisclosureDate' => 'Aug 25 2014',
3334
'License' => MSF_LICENSE

modules/auxiliary/scanner/ntp/ntp_unsettrap_dos.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def initialize
2525
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
2626
'References' =>
2727
[
28-
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696']
28+
['URL', 'https://github.com/rapid7/metasploit-framework/pull/3696'],
29+
['URL', 'http://r-7.co/R7-2014-12']
2930
],
3031
'DisclosureDate' => 'Aug 25 2014',
3132
'License' => MSF_LICENSE

0 commit comments

Comments
 (0)