Fix references and disclosure date
parent
c216357815
commit
28dc742bcf
|
@ -26,6 +26,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[
|
||||
'Philip OKeefe',
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
[ 'EDB', '14961' ]
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 5000,
|
||||
|
@ -38,6 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'Windows Universal', { 'Ret' => 0x1001cd67 } ], #p/p/r from amp3dj.ocx
|
||||
],
|
||||
'Privileged' => false,
|
||||
'DisclosureDate' => 'Sep 09 2010',
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
register_options(
|
||||
|
|
Loading…
Reference in New Issue