shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
maatwebsite
/
excel
/
src
/
Concerns
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
SkipsErrors.php
<?php namespace Maatwebsite\Excel\Concerns; use Illuminate\Support\Collection; use Throwable; trait SkipsErrors { /** * @var Throwable[] */ protected $errors = []; /** * @param Throwable $e */ public function onError(Throwable $e) { $this->errors[] = $e; } /** * @return Throwable[]|Collection */ public function errors(): Collection { return new Collection($this->errors); } }
© 2026 UnknownSec