This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* PHP 5.3.3+ FASTCGI jailbreak | |
* | |
* @author wofeiwo <wofeiwo#80sec.com> | |
* @date 2013-01-23 | |
* @version 1.0 | |
* @reference https://bugs.php.net/bug.php?id=64103 | |
* @reference http://www.wooyun.org/bugs/wooyun-2013-018116 (Chinese) | |
* @note disable php security settings, but can't overwrite disable_function/disable_classes. |