shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
navigation
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
show.blade.php
@inject('str', 'Statamic\Support\Str') @extends('statamic::layout') @section('title', Statamic::crumb($nav->title(), 'Navigation')) @section('content') <navigation-view title="{{ $nav->title() }}" handle="{{ $nav->handle() }}" breadcrumb-url="{{ cp_route('navigation.index') }}" pages-url="{{ cp_route('navigation.tree.index', $nav->handle()) }}" submit-url="{{ cp_route('navigation.tree.update', $nav->handle()) }}" edit-url="{{ $nav->editUrl() }}" site="{{ $site }}" :sites="{{ json_encode($sites) }}" :collections="{{ json_encode($collections) }}" :max-depth="{{ $nav->maxDepth() ?? 'Infinity' }}" :expects-root="{{ $str::bool($expectsRoot) }}" :blueprint="{{ json_encode($blueprint) }}" :can-edit="{{ Statamic\Support\Str::bool($user->can('edit', $nav)) }}" :can-select-across-sites="{{ Statamic\Support\Str::bool($nav->canSelectAcrossSites()) }}" > <template #twirldown> @can('edit', $nav) <dropdown-item :text="__('Edit Navigation')" redirect="{{ $nav->editUrl() }}"></dropdown-item> @endcan @can('configure fields') <dropdown-item :text="__('Edit Blueprint')" redirect="{{ cp_route('navigation.blueprint.edit', $nav->handle()) }}"></dropdown-item> @endcan </template> </navigation-view> @endsection
© 2026 UnknownSec