shell bypass 403

GrazzMean Shell

: /var/www/vhosts/m-auto.co/httpdocs/ [ drwxr-x--- ]
Uname: Linux serv.m-auto.co 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
Software: nginx/1.28.2
PHP version: 8.1.34 [ PHP INFO ] PHP os: Linux
Server Ip: 41.215.243.19
Your Ip: 216.73.216.151
User: m-auto.co_vxasg6smqe (10000) | Group: psacln (1003)
Safe Mode: OFF
Disable Function:
opcache_get_status,mail

name : 404.php
<?php
http_response_code(404);
include 'includes/header.php';
?>

<div class="container mt-5">
    <div class="row justify-content-center">
        <div class="col-md-8 text-center">
            <div class="error-template">
                <h1 class="display-1 text-primary">404</h1>
                <h2>عذراً! الصفحة غير موجودة</h2>
                <div class="error-details mb-4">
                    الصفحة التي تبحث عنها غير متوفرة أو تم نقلها إلى موقع آخر.
                </div>
                <div class="error-actions">
                    <a href="<?= BASE_URL ?>" class="btn btn-primary btn-lg">
                        <i class="fas fa-home"></i> العودة للرئيسية
                    </a>
                    <a href="<?= BASE_URL ?>/cars.php" class="btn btn-outline-primary btn-lg">
                        <i class="fas fa-car"></i> تصفح السيارات
                    </a>
                </div>
            </div>
        </div>
    </div>
</div>

<style>
.error-template {
    padding: 40px 15px;
}
.error-template h1 {
    font-size: 8rem;
    font-weight: bold;
}
.error-actions {
    margin-top: 15px;
}
.error-actions .btn {
    margin: 5px;
}
</style>

<?php include 'includes/footer.php'; ?>
© 2026 GrazzMean