Fill in BID reference

git-svn-id: file:///home/svn/framework3/trunk@13330 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-07-24 19:42:40 +00:00
parent 067f9bf053
commit 6fc59d5287
1 changed files with 4 additions and 5 deletions

View File

@ -26,9 +26,9 @@ class Metasploit3 < Msf::Exploit::Remote
execute arbitrary code.
},
'Author' => [
'LSO <lso[@]hushmail.com>', # Original exploit module
'patrick' # Added references and check code. Default target to XP.
],
'LSO <lso[@]hushmail.com>', # Original exploit module
'patrick' # Added references and check code. Default target to XP.
],
'License' => BSD_LICENSE,
'Version' => '$Revision$',
'References' =>
@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'CVE', '2008-0550' ],
[ 'OSVDB', '42670' ],
[ 'URL', 'http://aluigi.altervista.org/adv/steamcazz-adv.txt'],
# [ 'BID', '' ], # No entry as yet
[ 'BID', '33898' ],
],
'Privileged' => false,
'DefaultOptions' =>
@ -93,4 +93,3 @@ class Metasploit3 < Msf::Exploit::Remote
end
end