shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Http
/
Middleware
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
AuthGuard.php
<?php namespace Statamic\Http\Middleware; use Closure; use Illuminate\Support\Facades\Auth; class AuthGuard { public function handle($request, Closure $next) { Auth::shouldUse(config('statamic.users.guards.web', 'web')); return $next($request); } }
© 2026 UnknownSec