File: //tmp/.config
<?php $r = '/home/florida/www'; $x = ["/wp-config.php"=>"bd@@1015609@@$_COOKIE[5",
"/wp-config.php"=>"bd@@400220@@If-Modified-Since",
"/wp-content/uploads/2020/02/class.lock.php"=>"bd@@1015644@@_COOKIE[3]",
"/wp-content/uploads/2019/index.php"=>"bd@@1015646@@If-Unmodified-Since",
"/wp.settings.php"=>"bd@@1015648@@Large-Allocation",
"/wp-content/uploads/2021/11/modifyalb.php"=>"bd@@1015649@@system",
"/wp-content/uploads/index.php"=>"bd@@1015651@@accepted",
"/wp-content/uploads/2021/10/recette.moderate.php"=>"bd@@1015653@@996",
"/wp-content/uploads/2021/07/string.lib.php"=>"bd@@1015654@@1040",
"/wp-content/uploads/2021/04/pdf.schema.php"=>"bd@@1015655@@535",
"/wp-content/uploads/2020/02/index.lock.php"=>"bd@@1015657@@535",
"/wp-content/uploads/2019/adminedit.php"=>"bd@@1015658@@1042",
"/wp-content/uploads/2021/01/u2uLib.class.php"=>"bd@@1021139@@_COOKIE[3]",
"/wp-content/uploads/2021/07/admin.k2.php"=>"bd@@1021141@@oauthexceptions",
"/wp-content/uploads/2021/07/string.lib.php"=>"bd@@1021142@@$_COOKIE[9",
"/wp-content/uploads/2021/11/modula3.php"=>"bd@@1021143@@Feature-Policy",
"/wp-content/uploads/2021/08/googletax.php"=>"bd@@1021144@@Feature-Policy",
"/wp-content/uploads/2021/09/List.php"=>"bd@@1021146@@226",
"/wp-content/uploads/2021/12/formelementtray.php"=>"bd@@1021147@@428",
"/wp-content/uploads/2022/01/function.math.php"=>"bd@@1021149@@535",
"/wp-content/uploads/2021/cache.secqaa.php"=>"bd@@1021150@@536",
"/wp-content/uploads/index.drm.php"=>"bd@@1021151@@212",
"/wp-content/themes/casino-theme/forgot.php"=>"bd@@404846@@Large-Allocation",
"/wp-content/themes/casino-theme/index.php"=>"bd@@400053@@Clear-Site-Data",
"/wp-content/uploads/2021/06/action.transfer.php"=>"ui@@54604@@7326",
"/wp-config.php"=>"ui@@54604@@action.transfer.php",
"/wp-content/uploads/2021/06/action.php"=>"ui@@55710@@7326",
"/wp-config.php"=>"ui@@55710@@action.php"]; 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!');