shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Contracts
/
Search
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Result.php
<?php namespace Statamic\Contracts\Search; use Statamic\Contracts\Data\Augmentable; use Statamic\Search\Index; interface Result extends Augmentable { public function getRawResult(): array; public function setRawResult(array $result): self; public function getSearchable(): Searchable; public function getReference(): string; public function setIndex(Index $index): self; public function getIndex(): Index; public function getScore(): int; public function setScore(int $score); public function getType(): string; public function setType(string $type): self; public function getCpTitle(): string; public function getCpUrl(): string; public function getCpBadge(): string; }
© 2026 UnknownSec