shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
app
/
Mail
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
NewHost.php
<?php namespace App\Mail; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Mail\Mailable; use Illuminate\Queue\SerializesModels; class NewHost extends Mailable { use Queueable, SerializesModels; public $user; /** * Create a new message instance. * * @return void */ public function __construct($user) { $this->user = $user; } /** * Build the message. * * @return $this */ public function build() { return $this->from('office@maryparrish.org', 'The Mary Parrish Center')->subject('You\'re invited to be a Housing Hope Host')->view('mail.newhostcreated'); } }
© 2026 UnknownSec