shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
laravel
/
jetstream
/
src
/
Events
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
TeamMemberUpdated.php
<?php namespace Laravel\Jetstream\Events; use Illuminate\Foundation\Events\Dispatchable; class TeamMemberUpdated { use Dispatchable; /** * The team instance. * * @var mixed */ public $team; /** * The team member that was updated. * * @var mixed */ public $user; /** * Create a new event instance. * * @param mixed $team * @param mixed $user * @return void */ public function __construct($team, $user) { $this->team = $team; $this->user = $user; } }
© 2026 UnknownSec