Fix CERT ref numbers in bailiwicked DNS aux modules
git-svn-id: file:///home/svn/framework3/trunk@5794 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e700980288
commit
9d565f9a51
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue