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