From c4c133dff835e9baeed20110e726ee2bd8ccfc92 Mon Sep 17 00:00:00 2001 From: Ale Date: Mon, 3 Oct 2016 17:11:04 -0300 Subject: [PATCH] Fix Web URL --- modules/auxiliary/dos/dns/namedown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/dos/dns/namedown.rb b/modules/auxiliary/dos/dns/namedown.rb index 4064407d42..2a8e2b521c 100644 --- a/modules/auxiliary/dos/dns/namedown.rb +++ b/modules/auxiliary/dos/dns/namedown.rb @@ -32,7 +32,7 @@ class MetasploitModule < Msf::Auxiliary 'References' => [ [ 'CVE', '2016-2776' ], - [ 'URL', 'http://blog.infobytesec.com/2016/09/a-tale-of-packet-cve-2016-2776.html' ] + [ 'URL', 'http://blog.infobytesec.com/2016/10/a-tale-of-dns-packet-cve-2016-2776.html' ] ], 'DisclosureDate' => 'Sep 27 2016', 'DefaultOptions' => {'ScannerRecvWindow' => 0}