Fix CERT ref numbers in bailiwicked DNS aux modules

git-svn-id: file:///home/svn/framework3/trunk@5794 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2008-10-27 22:26:48 +00:00
parent e700980288
commit 9d565f9a51
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ class Metasploit3 < Msf::Auxiliary
'References' =>
[
[ 'CVE', '2008-1447' ],
[ 'US-CERT-VU', '8000113' ],
[ 'US-CERT-VU', '800113' ],
[ 'URL', 'http://www.caughq.org/exploits/CAU-EX-2008-0003.txt' ],
],
'DisclosureDate' => 'Jul 21 2008'
@ -488,4 +488,4 @@ class Metasploit3 < Msf::Auxiliary
avg_count
end
end
end

View File

@ -27,7 +27,7 @@ class Metasploit3 < Msf::Auxiliary
'References' =>
[
[ 'CVE', '2008-1447' ],
[ 'US-CERT-VU', '8000113' ],
[ 'US-CERT-VU', '800113' ],
[ 'URL', 'http://www.caughq.org/exploits/CAU-EX-2008-0002.txt' ],
],
'DisclosureDate' => 'Jul 21 2008'
@ -480,4 +480,4 @@ class Metasploit3 < Msf::Auxiliary
avg_count
end
end
end