shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Search
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Searchable.php
<?php namespace Statamic\Search; use Statamic\Contracts\Search\Result; use Statamic\Support\Str; trait Searchable { public function getSearchReference(): string { return $this->reference(); } public function getSearchValue(string $field) { return method_exists($this, $field) ? $this->$field() : $this->get($field); } public function getCpSearchResultTitle() { return $this->title; } public function getCpSearchResultUrl() { return $this->editUrl(); } public function toSearchResult(): Result { return new \Statamic\Search\Result($this, Str::before($this->reference(), '::')); } }
© 2026 UnknownSec