Correct the cve reference format

git-svn-id: file:///home/svn/framework3/trunk@5364 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-01-27 02:13:54 +00:00
parent eec19d108e
commit 9b6b0990b1
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ class Exploits::Windows::Brightstor::MediasrvSunrpc < Msf::Exploit::Remote
'References' =>
[
[ 'BID', '23635'],
[ 'CVE', 'CVE-2007-2139'],
[ 'CVE', '2007-2139'],
[ 'URL', 'https://www.zerodayinitiative.com/advisories/ZDI-07-022.html'],
],
'Privileged' => true,

View File

@ -40,7 +40,7 @@ class Exploits::Windows::Browser::MS06_067_KEYFRAME < Msf::Exploit::Remote
'Version' => '$Revision$',
'References' =>
[
[ 'CVE', 'CVE-2006-4777' ],
[ 'CVE', '2006-4777' ],
[ 'BID', '20047' ],
[ 'URL', 'https://www.blackhat.com/presentations/bh-eu-07/Sotirov/Sotirov-Source-Code.zip' ],
[ 'URL', 'http://www.microsoft.com/technet/security/Bulletin/MS06-067.mspx' ]

View File

@ -20,7 +20,7 @@ class Exploits::Windows::Http::Apache_Mod_JK < Msf::Exploit::Remote
'References' =>
[
[ 'BID', '22791'],
[ 'CVE', 'CVE-2007-0774' ],
[ 'CVE', '2007-0774' ],
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-07-008.html'],
],