shell bypass 403

UnknownSec Shell

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

name : ExportSubCategory.php
<?php

namespace App\Exports;


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

class ExportSubCategory implements FromView
{

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

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

© 2025 UnknownSec
afwwrfwafr45458465
Password