Fill in BID reference
git-svn-id: file:///home/svn/framework3/trunk@13330 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
067f9bf053
commit
6fc59d5287
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue