shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Facades
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Permission.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Auth\Permissions; /** * @method static \Statamic\Auth\Permission make(string $value) * @method static \Statamic\Auth\Permission register($permission, $callback = null) * @method static mixed all() * @method static mixed get($key) * @method static mixed tree() * @method static mixed|null group($name, $label, $permissions = null) * * @see \Statamic\Auth\Permissions */ class Permission extends Facade { protected static function getFacadeAccessor() { return Permissions::class; } }
© 2026 UnknownSec