shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Query
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
ItemQueryBuilder.php
<?php namespace Statamic\Query; use Illuminate\Support\Collection; class ItemQueryBuilder extends IteratorBuilder { protected $items; public function withItems(Collection $items) { $this->items = $items; return $this; } protected function getBaseItems() { return $this->items; } public function whereStatus($status) { return $this->where('status', $status); } }
© 2026 UnknownSec