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 :
Addon.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Extend\AddonRepository; /** * @method static \Statamic\Extend\Addon make($addon) * @method static \Illuminate\Support\Collection all() * @method static \Statamic\Extend\Addon get($id) * * @see \Statamic\Extend\AddonRepository */ class Addon extends Facade { protected static function getFacadeAccessor() { return AddonRepository::class; } }
© 2026 UnknownSec