From 6890ec561075e9b00e2c563b056bcbd2445285b1 Mon Sep 17 00:00:00 2001 From: Steve Tornio Date: Thu, 2 Jun 2011 12:24:25 +0000 Subject: [PATCH] add cve and osvdb refs git-svn-id: file:///home/svn/framework3/trunk@12816 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/ftp/goldenftp_pass_bof.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/exploits/windows/ftp/goldenftp_pass_bof.rb b/modules/exploits/windows/ftp/goldenftp_pass_bof.rb index 76a9718c7b..609ff0bbeb 100644 --- a/modules/exploits/windows/ftp/goldenftp_pass_bof.rb +++ b/modules/exploits/windows/ftp/goldenftp_pass_bof.rb @@ -28,6 +28,8 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'References' => [ + [ 'CVE', '2006-6576'], + [ 'OSVDB', '35951'], [ 'BID', '45957 '], [ 'URL', 'http://www.exploit-db.com/exploits/16036/'], ], @@ -87,4 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote rescue EOFError end end -end \ No newline at end of file +end