shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Http
/
Resources
/
CP
/
Nav
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Nav.php
<?php namespace Statamic\Http\Resources\CP\Nav; use Illuminate\Http\Resources\Json\JsonResource; class Nav extends JsonResource { public function toArray($request) { return collect($this->resource) ->map(function ($section) { return array_merge($section, [ 'items' => $section['items']->map(fn ($item) => NavItem::make($item)), ]); }) ->all(); } }
© 2026 UnknownSec