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 :
Stache.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; /** * @method static self sites($sites = null) * @method static mixed defaultSite() * @method static self registerStore(\Statamic\Stache\Stores\Store $store) * @method static self registerStores(array $stores) * @method static mixed stores() * @method static mixed store($key) * @method static \Illuminate\Contracts\Cache\Store cacheStore() * @method static string generateId() * @method static self clear() * @method static void refresh() * @method static void warm() * @method static self instance() * @method static mixed fileCount() * @method static mixed|null fileSize() * @method static self startTimer() * @method static self stopTimer() * @method static mixed|null buildTime() * @method static mixed|null buildDate() * @method static self disableUpdatingIndexes() * @method static bool shouldUpdateIndexes() * @method static self setLockFactory(\Symfony\Component\Lock\LockFactory $lockFactory) * @method static \Symfony\Component\Lock\LockInterface lock() * @method static \Statamic\Stache\Duplicates duplicates() * @method static bool isWatcherEnabled() * * @see \Statamic\Stache\Stache */ class Stache extends Facade { protected static function getFacadeAccessor() { return \Statamic\Stache\Stache::class; } }
© 2026 UnknownSec