Changeset 4003

Show
Ignore:
Timestamp:
10/01/06 20:12:00 (2 years ago)
Author:
hdm
Message:

Final revision with reference

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework2/trunk/exploits/mcafee_epolicy_source.pm

    r4002 r4003  
    1515my $info = 
    1616  { 
    17         'Name'  => 'McAfee ePolicy Orchestrator / ProtPilot Source Overflow', 
     17        'Name'     => 'McAfee ePolicy Orchestrator / ProtPilot Source Overflow', 
    1818        'Version'  => '$Revision: 1.0 $', 
    19         'Authors' => 
     19        'Authors' => 
    2020          [ 
    2121                'muts <muts [at] remote-exploit.org>', 
     
    2424          ], 
    2525        'Arch'  => [ 'x86' ], 
    26         'OS'   => [ 'win32', 'win2000', 'win2003' ], 
     26        'OS'    => [ 'win32', 'win2000', 'win2003' ], 
    2727        'Priv'  => 0, 
    2828 
     
    3737        'Payload' => 
    3838          { 
    39  
    4039                # Space is almost unlimited, but 1024 is fine for now 
    4140                'Space'     => 1024, 
     
    5049}), 
    5150 
    52         # No references yet, this is still unpublished 
    5351        'Refs'  => 
    5452          [ 
    55  
     53                ['URL', 'http://www.remote-exploit.org/advisories/mcafee-epo.pdf' ], 
    5654          ], 
    5755