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 :
UserGroup.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Contracts\Auth\UserGroupRepository; /** * @method static \Illuminate\Support\Collection all() * @method static null|\Statamic\Contracts\Auth\UserGroup find($id) * * @see \Statamic\Contracts\Auth\UserGroupRepository */ class UserGroup extends Facade { protected static function getFacadeAccessor() { return UserGroupRepository::class; } }
© 2026 UnknownSec