Changeset 4003
- Timestamp:
- 10/01/06 20:12:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework2/trunk/exploits/mcafee_epolicy_source.pm
r4002 r4003 15 15 my $info = 16 16 { 17 'Name' => 'McAfee ePolicy Orchestrator / ProtPilot Source Overflow',17 'Name' => 'McAfee ePolicy Orchestrator / ProtPilot Source Overflow', 18 18 'Version' => '$Revision: 1.0 $', 19 'Authors' =>19 'Authors' => 20 20 [ 21 21 'muts <muts [at] remote-exploit.org>', … … 24 24 ], 25 25 'Arch' => [ 'x86' ], 26 'OS' => [ 'win32', 'win2000', 'win2003' ],26 'OS' => [ 'win32', 'win2000', 'win2003' ], 27 27 'Priv' => 0, 28 28 … … 37 37 'Payload' => 38 38 { 39 40 39 # Space is almost unlimited, but 1024 is fine for now 41 40 'Space' => 1024, … … 50 49 }), 51 50 52 # No references yet, this is still unpublished53 51 'Refs' => 54 52 [ 55 53 ['URL', 'http://www.remote-exploit.org/advisories/mcafee-epo.pdf' ], 56 54 ], 57 55
