shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Facades
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Dictionary.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Dictionaries\DictionaryRepository; /** * @method static \Illuminate\Support\Collection all() * @method static \Statamic\Dictionaries\Dictionary find(string $handle, array $context = []) * * @see DictionaryRepository */ class Dictionary extends Facade { protected static function getFacadeAccessor() { return DictionaryRepository::class; } }
© 2026 UnknownSec