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 : referearn.blade.php
@extends('web.layout.default')
@section('page_title')
    | {{ trans('labels.refer_earn') }}
@endsection
@section('content')
    <link rel="stylesheet" href="{{ url(env('ASSETSPATHURL') . 'web-assets/social-sharing/css/socialsharing.css') }}">
    <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="{{ route('home') }}">{{ 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">{{ trans('labels.refer_earn') }}</li>
                    </ol>
                </nav>
            </div>
        </div>
    </div>
    <section>
        <div class="container mb-5">
            <div class="row">
                <div class="col-lg-3">
                    @include('web.layout.usersidebar')
                </div>
                <div class="col-lg-9">
                    <div class="user-content-wrapper card">
                        <p class="title pb-2 border-bottom color-changer">{{ trans('labels.refer_earn') }}</p>
                        <div class="d-flex flex-column align-items-center">
                            <div class="col-6">
                                <img class="mb-4 refer-img w-100" src="{{ helper::image_path(helper::appdata()->referral_image) }}">
                            </div>
                            <h5 class="text-uppercase color-changer fw-600">{{ trans('labels.refer_earn') }}</h5>
                            <p class="fs-6 text-center text-muted">{{ trans('labels.refer_note_1') }}
                                {{ helper::currency_format(@helper::appdata()->referral_amount) }}
                                {{ trans('labels.refer_note_2') }}</p>
                            <div class="col-md-8">
                                <input type="url" class="form-control bg-light text-center mb-3" id="data"
                                    value="{{ URL::to('/register?referral=' . Auth::user()->referral_code) }}" readonly>
                            </div>
                        </div>
                        <div class="sharing-section" class="d-flex align-items-center justify-content-center"></div>
                    </div>
                </div>
            </div>
        </div>
    </section>
@endsection
@section('scripts')
    <script src="{{ url(env('ASSETSPATHURL') . 'web-assets/social-sharing/js/socialsharing.js') }}"></script>
    <script src="{{ url(env('ASSETSPATHURL') . 'web-assets/js/custom/referearn.js') }}"></script>
@endsection
© 2026 GrazzMean