shell bypass 403

UnknownSec Shell


name : 86a6a1b5e78d055d49af3d954d58a404bcb58abb.php
<div class="col-12">
    <div class="form-body">
        <form class="form form-vertical" action="<?php echo e(route('admin.settings.permissions')); ?>" method="post">
            <?php echo csrf_field(); ?>
            <div class="row">
                <div class="col-12">

                    <?php if($errors->has('permissions.*')): ?>
                        <p><small class="text-danger"><?php echo e($errors->first()); ?></small></p>
                    <?php endif; ?>

                    <div class="mt-4"></div>
                    <div class="form-check">
                        <input class="form-check-input" type="checkbox" id="selectAll"/>
                        <label class="form-check-label text-uppercase" for="selectAll"><?php echo e(__('locale.labels.select_all')); ?></label>
                    </div>

                    <?php $__currentLoopData = $permissions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>

                        <div class="divider divider-start divider-info mt-4">
                            <div class="divider-text text-uppercase fw-bold text-primary"><?php echo e(__('locale.menu.'.$category['title'])); ?></div>
                        </div>

                        <div class="d-flex justify-content-start flex-wrap">
                            <?php $__currentLoopData = $category['permissions']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $permission): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <div class="form-check me-3 me-lg-5 mt-1">
                                    <input type="checkbox"
                                           <?php if(isset($existing_permission) && is_array($existing_permission) && in_array($permission['name'], $existing_permission)): ?>
                                               checked
                                           <?php endif; ?>
                                           <?php if($permission['name'] == 'access_backend'): ?> disabled <?php endif; ?>
                                           value="<?php echo e($permission['name']); ?>"
                                           name="permissions[]"
                                           class="form-check-input"
                                           id="<?php echo e($permission['name']); ?>"
                                    >
                                    <label class="form-check-label text-uppercase" for="<?php echo e($permission['name']); ?>"> <?php echo e(__('locale.permission.'.$permission['display_name'])); ?> </label>


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

                <div class="col-12 d-flex flex-sm-row flex-column justify-content-start mt-1">
                    <input type="hidden" value="access_backend" name="permissions[access_backend]">
                    <button type="submit" class="btn btn-primary mt-1 me-1"><i data-feather="save"></i>
                        <?php echo e(__('locale.buttons.save_changes')); ?>

                    </button>
                </div>
            </div>
        </form>
    </div>
</div>

<?php /**PATH /home/bouloter/sms/resources/views/admin/settings/AllSettings/_permissions.blade.php ENDPATH**/ ?>

© 2025 UnknownSec
afwwrfwafr45458465
Password