shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
app
/
Livewire
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
DonorWall.php
<?php namespace App\Livewire; use Livewire\Component; use App\Models\Donor; class DonorWall extends Component { public $donorsForWall; public function mount() { $this->donorsForWall = Donor::where('showNameOnWall', '=', 1) ->where('created_at', '>', date('Y').'-01-01') ->orderBy('full_name') ->get(); } public function render() { return view('livewire.donor-wall'); } }
© 2026 UnknownSec